config change in style.css
This commit is contained in:
parent
e89366bdb9
commit
7ece8764b2
2 changed files with 4 additions and 2 deletions
|
@ -21,6 +21,8 @@
|
|||
"memory",
|
||||
"temperature",
|
||||
"backlight",
|
||||
"keyboard-state",
|
||||
"sway/language",
|
||||
"battery",
|
||||
"battery#bat2",
|
||||
"clock",
|
||||
|
|
|
@ -251,7 +251,7 @@ label:focus {
|
|||
background: #00b093;
|
||||
color: #740864;
|
||||
padding: 0 5px;
|
||||
margin: 0 5px;
|
||||
margin: 0 0px;
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
|
@ -259,7 +259,7 @@ label:focus {
|
|||
background: #97e1ad;
|
||||
color: #000000;
|
||||
padding: 0 0px;
|
||||
margin: 0 5px;
|
||||
margin: 0 0px;
|
||||
min-width: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue