From 1b7dbf351dee87bc1184803a0c96c5eedecac89f Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 28 Dec 2017 00:26:34 +0100 Subject: added note on webclient also added red for vanilla --- stylesheet.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stylesheet.css') 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; } -- cgit