mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2026-02-21 13:34:28 +01:00
14 lines
222 B
CSS
14 lines
222 B
CSS
.floating-button {
|
|
position: fixed;
|
|
bottom: 30px;
|
|
left: 30px;
|
|
}
|
|
|
|
.dark-toggle-icon {
|
|
padding: 10px;
|
|
background-color: #000;
|
|
border-radius: 50%;
|
|
fill: #fff;
|
|
width: 20px;
|
|
height: 20px;
|
|
} |