diff --git a/assets/style.css b/assets/style.css index 50fb02f..3322380 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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; } }