Files
webawesome/docs/assets/plugins/theme/theme.css
Cory LaViska 76e86922f0 Revert "Revert "Initial dark theme (WIP)""
This reverts commit 4e1abbc885.
2020-08-14 17:43:29 -04:00

15 lines
209 B
CSS

.theme-toggle {
position: fixed;
top: .5rem;
right: .5rem;
z-index: 100;
}
@media screen and (max-width: 768px) {
.theme-toggle {
top: .25rem;
right: .25rem;
transform: scale(.8);
}
}