dotfiles/waybar/styles/modules/network.css
2024-10-01 00:20:55 -04:00

8 lines
88 B
CSS
Executable file

#network {
color: #5e81ac;
}
#network.disconnected {
background-color: #f53c3c;
}