Files
satshkd-vercel/public/static/dark-toggle.css
2021-07-23 00:26:35 -07:00

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;
}