first commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.theme-toggle {
|
||||
position: fixed;
|
||||
left: 24px;
|
||||
bottom: 150px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 50%;
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
backdrop-filter: blur(8px);
|
||||
-webkit-backdrop-filter: blur(8px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.25);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 900;
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.theme-toggle:active {
|
||||
transform: scale(0.92);
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.theme-icon {
|
||||
font-size: 36px;
|
||||
line-height: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user