feat: refresh login components

This commit is contained in:
2026-08-07 16:19:21 +08:00
parent 5db761c73e
commit 84371c7024
4 changed files with 18 additions and 11 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.35);
background: rgba(25, 25, 25, 0.42);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: 1px solid rgba(255, 255, 255, 0.25);
@@ -19,7 +19,7 @@
.theme-toggle:active {
transform: scale(0.92);
background: rgba(0, 0, 0, 0.5);
background: rgba(25, 25, 25, 0.52);
}
.theme-icon {