Forráskód Böngészése

score controls style

schtonn 2 éve
szülő
commit
77bc599922
1 módosított fájl, 11 hozzáadás és 0 törlés
  1. 11 0
      score/index.html

+ 11 - 0
score/index.html

@@ -15,8 +15,19 @@
             position: fixed;
             bottom: 20px;
             right: 20px;
+            padding: 5px;
+            border: 5px solid rgba(15, 15, 15, 0.1);
+            border-radius: 15px;
+            background-color: rgba(15, 15, 15, 0.1);
+            backdrop-filter: blur(5px);
         }
 
+        #name {
+            background-color: rgba(215, 215, 215, 0.7);
+            border-radius: 5px;
+            padding-right: 3px;
+        }
+        
         #controls:not(.disabled) {
             z-index: 1;
         }