From 60405386a2f0724f4de57835ae21580ba862c8fc Mon Sep 17 00:00:00 2001 From: Kyle McShea <46171436+kylemcshea@users.noreply.github.com> Date: Tue, 16 May 2023 20:26:28 -0700 Subject: [PATCH] style(rsg-core/css): adjustments to notif color's / using chinese rocks font family --- .../[framework]/rsg-core/html/css/style.css | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/server-data/resources/[framework]/rsg-core/html/css/style.css b/server-data/resources/[framework]/rsg-core/html/css/style.css index 1aaa7ef..b3ef0e8 100644 --- a/server-data/resources/[framework]/rsg-core/html/css/style.css +++ b/server-data/resources/[framework]/rsg-core/html/css/style.css @@ -1,13 +1,19 @@ +@import url("https://fonts.cdnfonts.com/css/chinese-rocks"); + html::-webkit-scrollbar { display: none; } +html { + font-family: "Chinese Rocks Rg", sans-serif !important; +} + @media (width: 3840px) and (height: 2160px) { .success { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 0.5rem solid #20bb44; + border-left: 0.5rem solid #005915; font-size: 1.5vh; } @@ -15,7 +21,7 @@ html::-webkit-scrollbar { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 5px solid #1c75d2; + border-left: 5px solid #014894; font-size: 1.5vh; } @@ -31,7 +37,7 @@ html::-webkit-scrollbar { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 5px solid #2197f2; + border-left: 5px solid #0260a8; font-size: 1.5vh; } @@ -47,7 +53,7 @@ html::-webkit-scrollbar { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 5px solid #9400D3; + border-left: 5px solid #b57600; font-size: 1.5vh; } @@ -57,14 +63,14 @@ html::-webkit-scrollbar { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 0.5rem solid #20bb44; + border-left: 0.5rem solid #005915; } .primary { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 5px solid #1c75d2; + border-left: 5px solid #014894; } .error { @@ -78,7 +84,7 @@ html::-webkit-scrollbar { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 5px solid #2197f2; + border-left: 5px solid #0260a8; } .medic { @@ -92,5 +98,5 @@ html::-webkit-scrollbar { background-color: rgba(23, 23, 23, 90%); border-radius: 10px; box-shadow: 0rem 0rem 0.1rem 0.05rem #000000; - border-left: 5px solid #9400D3; + border-left: 5px solid #b57600; } \ No newline at end of file