ソースを参照

add background blur

schtonn 2 年 前
コミット
2cbc7d537f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      paint/index.html

+ 1 - 0
paint/index.html

@@ -102,6 +102,7 @@
             position: fixed;
             bottom: 20px;
             right: 20px;
+            background-color: rgba(15,15,15,0.1);
             border-radius: 15px;
             backdrop-filter: blur(5px);
         }