diff options
Diffstat (limited to 'config/waybar/style.css')
| -rw-r--r-- | config/waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css index 8a2b108..8526488 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -133,7 +133,7 @@ button:hover { margin-right: 8px; } -#custom-mullvad, +#custom-ivpn, #custom-tailscale { padding: 0 2px; } @@ -148,16 +148,16 @@ button:hover { background-color: #90A6A2; } -#custom-mullvad { +#custom-ivpn { padding-bottom: 3px; } -#custom-mullvad.connected { +#custom-ivpn.connected { color: #0F261F; background-color: #FFB4F0; } -#custom-mullvad.disconnected { +#custom-ivpn.disconnected { color: #0F261F; background-color: #B5D1CC; } |