Files
shoelace/docs/assets/plugins/theme/theme.css
2021-02-26 09:09:13 -05:00

14 lines
187 B
CSS

.theme-toggle {
position: fixed;
top: 0.5rem;
right: 0.5rem;
z-index: 100;
}
@media screen and (max-width: 768px) {
.theme-toggle {
top: 0.25rem;
right: 0.25rem;
}
}