From b773ddae1bfa8feeb5e55b49a5aa045aa28e2869 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Thu, 1 Dec 2022 17:47:07 +0100 Subject: [PATCH] =?UTF-8?q?Added=20=E2=80=9Cbaloored=E2=80=9D=20class=20fo?= =?UTF-8?q?r=20=E2=80=9Cnoxiousness=E2=80=9D=20explanation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/site/mustard/css/theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/site/mustard/css/theme.css b/web/site/mustard/css/theme.css index c43cda5..761b824 100644 --- a/web/site/mustard/css/theme.css +++ b/web/site/mustard/css/theme.css @@ -101,12 +101,17 @@ p { width: 110px; min-width: 110px; } -.baloo { +.baloo, .baloored { width: 100%; margin-bottom: 3px; padding-bottom: 3px; border-bottom: 1px solid grey; } +.baloored { + background-color: #DE8787; + padding: 3px; + border-radius: 3px; +} .good, .bad, .neut { padding: 1px; margin-bottom: 3px;