feat: refresh login components
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user