diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 99f890b..98708aa 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -1,5 +1,9 @@ @import 'colors.scss'; +* { + all: unset; +} + .batteryLow { border: 0.3em solid $primary; border-radius: 2.5em;