config change in style.css

This commit is contained in:
Simon Rieger 2023-05-02 18:28:55 +02:00
parent e89366bdb9
commit 7ece8764b2
2 changed files with 4 additions and 2 deletions

View file

@ -21,6 +21,8 @@
"memory", "memory",
"temperature", "temperature",
"backlight", "backlight",
"keyboard-state",
"sway/language",
"battery", "battery",
"battery#bat2", "battery#bat2",
"clock", "clock",

View file

@ -251,7 +251,7 @@ label:focus {
background: #00b093; background: #00b093;
color: #740864; color: #740864;
padding: 0 5px; padding: 0 5px;
margin: 0 5px; margin: 0 0px;
min-width: 16px; min-width: 16px;
} }
@ -259,7 +259,7 @@ label:focus {
background: #97e1ad; background: #97e1ad;
color: #000000; color: #000000;
padding: 0 0px; padding: 0 0px;
margin: 0 5px; margin: 0 0px;
min-width: 16px; min-width: 16px;
} }