From 3d9a6c7319215f91964ad8ec79e6ebb4a06d59c7 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 24 Jul 2014 07:37:59 +0200 Subject: [PATCH] light red as background for authenticated users --- web/brisk.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/brisk.css b/web/brisk.css index f041039..f9d569f 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -255,7 +255,8 @@ span.au1 { padding-left: 2px; padding-right: 4px; font-style: italic; - background-color: #ffd780; +/* background-color: #ffd780; */ + background-color: #ffb0b0; } span.au2 { -- 2.17.1