From 4c5c8a75a08b2efe0e8809e6ffb77a5a1f4671c2 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 24 Jul 2014 09:49:59 +0200 Subject: [PATCH] update auth to blue color --- web/brisk.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/brisk.css b/web/brisk.css index f9d569f..56bd604 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -255,8 +255,9 @@ span.au1 { padding-left: 2px; padding-right: 4px; font-style: italic; -/* background-color: #ffd780; */ - background-color: #ffb0b0; +/* orange background-color: #ffd780; */ +/* red background-color: #ffb0b0; */ + background-color: #81a8ff; } span.au2 { -- 2.17.1