start mullvad thing

This commit is contained in:
Schrottkatze 2025-03-27 01:57:44 +01:00
commit ac251e6d90
No known key found for this signature in database
2 changed files with 33 additions and 5 deletions

View file

@ -33,4 +33,20 @@ label {
.traveldingsWindow {
border-radius: 15px;
}
.mullvad-state-connected {
background-color: #98971a
}
.mullvad-state-connecting {
background-color: #d79921
}
.mullvad-state-disconnected {
background-color: #cc241d
}
.mullvad-state-init {
background-color: #458588
}