formatting

This commit is contained in:
Joshua 2022-10-18 23:00:17 +02:00
parent e8408dd2c0
commit 99f0f7cdec

View file

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