|
@@ -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 {
|