From 579062908c43c3d3c7326462486e29f0f19602d8 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 5 May 2020 21:48:26 +0200 Subject: [PATCH] Add two colored colors --- static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 029e295..80e208a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,6 +6,8 @@ --background-color-light: #252525; --background-color-dark: #121212; --avatar-background: #B6B6B6; + --gray-colored01: #799479; + --gray-colored02: #8f8071; } /******************* Page *******************/