hewego yaw

This commit is contained in:
matty 2024-03-13 19:46:30 -04:00
parent 379f1cac6d
commit 50ff3010c2
1 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@ body {
span.instance-name,
h1.instance-name.home-page,
.custom-markup-container h1,
.custom-markup-container a.instance-name {
a.instance-name {
background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important;
background-clip: text !important;
-webkit-background-clip: text !important;
@ -60,17 +60,17 @@ h1.instance-name.home-page,
position: relative;
}
.custom-markup-container a {
#custom-css .custom-markup-container a {
color: #f57200 !important;
text-decoration: underline;
text-decoration: underline !important;
}
@media only screen and (max-width: 425px) {
.custom-markup-container img {
display: block;
width: 75%;
margin: 0 auto;
height: auto;
#custom-css .custom-markup-container img {
display: block !important;
width: 75% !important;
margin: 0 auto !important;
height: auto !important;
}
}