From 5ceda66ded07942fb4e4f1321b1d7f8fd41a888f Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Fri, 1 Apr 2022 08:54:57 +0200 Subject: [PATCH] use the right colors. --- note_kfet/static/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index 90ccf818..cf0b92ba 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -65,7 +65,9 @@ mark { /* Last BDE colors */ .bg-primary { - background-color: rgb(18, 67, 4) !important; +/* background-color: rgb(18, 67, 4) !important; */ +/* MODE VIEUXCON=ON */ + background-color: rgb(166, 0, 2) !important; } html {