From e45b6282e25c64c63b4d99a86c50f483583c3fd3 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 21 Feb 2021 17:01:40 +0100 Subject: [PATCH] Adding very light blue color. --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index e7c6844c..c615c9b0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -19,6 +19,7 @@ /* WTF Farben gemäß https://git.vebit.xyz/vebit/swag/src/branch/master/README.markdown */ --wtf-orange: #f60; --wtf-light-orange: #ffcba9; + --wtf-very-light-blue: #cfe2ff; --wtf-light-blue: #2a7fff; --wtf-dark-blue: #003380; --wtf-night-blue: #00173B;