From 50ff3010c24908d1ef43905471d0634943b2342a Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 13 Mar 2024 19:46:30 -0400 Subject: [PATCH] hewego yaw --- assets/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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; } }