This commit is contained in:
zack 2025-05-09 18:43:27 -04:00
parent dd60fce00f
commit fdd9dd20ae
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
14 changed files with 544 additions and 204 deletions

View file

@ -0,0 +1,18 @@
/* Mullvad specific styles */
#custom-mullvad.connected {
color: @green;
border-bottom: 2px solid @green;
padding-bottom: 2px;
}
#custom-mullvad.disconnected {
color: @red;
border-bottom: 2px solid @red;
padding-bottom: 2px;
}
#custom-mullvad {
margin: 0 8px;
padding: 0 5px;
min-width: 100px;
}