format: format files with biome
This commit is contained in:
@@ -67,11 +67,13 @@ window#waybar.hidden {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#bluetooth.connected, #bluetooth.on {
|
||||
#bluetooth.connected,
|
||||
#bluetooth.on {
|
||||
background-color: #26a65b;
|
||||
}
|
||||
|
||||
#bluetooth.disabled, #bluetooth.off {
|
||||
#bluetooth.disabled,
|
||||
#bluetooth.off {
|
||||
background-color: #f53c3c;
|
||||
}
|
||||
|
||||
@@ -145,11 +147,13 @@ window#waybar.hidden {
|
||||
background: #383c4a;
|
||||
}
|
||||
|
||||
#network.wifi, #network.ethener {
|
||||
#network.wifi,
|
||||
#network.ethener {
|
||||
background-color: #26a65b;
|
||||
}
|
||||
|
||||
#network.disabled, #network.disconnected {
|
||||
#network.disabled,
|
||||
#network.disconnected {
|
||||
background-color: #f53c3c;
|
||||
}
|
||||
|
||||
|
@@ -7,7 +7,8 @@
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#input, #entry {
|
||||
#input,
|
||||
#entry {
|
||||
border-radius: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user