hewego yaw

This commit is contained in:
matty 2024-03-13 19:46:30 -04:00
parent 379f1cac6d
commit 50ff3010c2

View File

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