Explorar o código

Fixed desktop css themecolor setting

TC pushbot 5 %!s(int64=4) %!d(string=hai) anos
pai
achega
c8103fb694
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      web/desktop.system

+ 2 - 2
web/desktop.system

@@ -160,12 +160,12 @@
 
         /* Theme Color css settings */
         .themeColor {
-            background-color: rgba(14,14,14,0.5) !important;
+            background-color: rgba(14,14,14,0.5);
             backdrop-filter: blur(4px);
         }
 
         .themeColorSolid{
-            background-color: rgba(14,14,14,0.9) !important;
+            background-color: rgba(14,14,14,0.9);
             backdrop-filter: blur(4px);
         }