Browse Source

score controls style

schtonn 2 years ago
parent
commit
77bc599922
1 changed files with 11 additions and 0 deletions
  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;
         }