Komponenty/Switch theme/style.css

18 lines
273 B
CSS
Raw Normal View History

2024-04-17 21:13:56 +00:00
/*Dark/Light mode button*/
#toggleButton {
float: right;
margin-right: 30px;
margin-top: 10px;
padding: 5px;
}
#toggleButton {
bottom: 20px;
right: 20px;
border: none;
outline: none;
background-color: transparent;
font-size: 34px;
cursor: pointer;
}