root 2 years ago
parent
commit
3b69c495d6
1 changed files with 6 additions and 2 deletions
  1. 6 2
      index.html

+ 6 - 2
index.html

@@ -36,6 +36,10 @@
             background-position: 65% 50%;
         }
 
+        body.dark {
+            background-image: url(https://i.328888.xyz/2023/01/27/jVQed.jpeg);
+        }
+
         .btn {
             text-shadow: rgb(133, 133, 130) 1px 2px 3px;
             transition-duration: 100ms;
@@ -149,12 +153,12 @@
         }
 
         .full.dark {
-            background-color: rgba(22, 22, 22, 0.5);
+            background-color: rgba(0, 0, 0, 0.4);
             border-radius: 10px;
             margin: 0;
             padding-top: 50px;
             padding-bottom: 30px;
-            backdrop-filter: blur(5px);
+            /* backdrop-filter: blur(5px); */
         }
 
         .btn {