diff options
| author | stonedDiscord <stoned@derpymail.org> | 2017-12-28 00:26:34 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2017-12-28 00:26:34 +0100 |
| commit | 1b7dbf351dee87bc1184803a0c96c5eedecac89f (patch) | |
| tree | bf76c53a1a47b3ea1be036a96b7f4615c0be79d8 /stylesheet.css | |
| parent | 9c7099b2e0dfc2cb6cef3aa5578be72d951dc69f (diff) | |
added note on webclient
also added red for vanilla
Diffstat (limited to 'stylesheet.css')
| -rw-r--r-- | stylesheet.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesheet.css b/stylesheet.css index cd9b2bc..15a81ea 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -241,6 +241,11 @@ body { border-color: #21AD21; } +.servs .unavailable { + background-color: #ff6b6B; + border-color: #ad2121; +} + .servs .button:hover { box-shadow: 0 0 0 1px #EFAD21; } |
