void/styles/ThemeToggle.module.sass
2022-10-18 23:00:17 +02:00

9 lines
227 B
Sass

@import "./_variables"
.button
color: $text-dark-buttons
background: $background-dark-buttons
border: none
&[data-theme="light"]
background: $background-light-buttons
color: $text-light-buttons