From c18251e85228c54752564a586944af202353d3d3 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 6 Sep 2023 05:01:08 +0000 Subject: [PATCH] Update 'luasrc/gaya/gaya.css' --- luasrc/gaya/gaya.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 45818dc..8df6d3a 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -1,4 +1,5 @@ + /* Base */ @font-face { font-family: "Inter-Regular"; @@ -2263,7 +2264,7 @@ strong { .commandbox { width: 24% !important; border-bottom: thin solid #ccc; - background: #eee; + background: #3f3f3f69; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); margin: 10px 0 0 10px !important; @@ -3018,5 +3019,10 @@ strong { ::-webkit-scrollbar-thumb:active { background: #424242; } + + /* Your rule properly nested within the media query */ + .dashboard-bg.box-s1 { + background-color: transparent; } +} \ No newline at end of file