From 7771f966a12ba2f4ca9c91f1a40d543c1e447bf1 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 22 Oct 2022 18:56:19 +0100 Subject: [PATCH] update main.css ('danger zone' styling). This is just a initial addition for the 'danger zone' section of the site. --- static/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index dd3d7d1..b0c2ba3 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -673,6 +673,14 @@ hr { height: 30px; } +.be-warning { + color: red; +} + +.be-gui-button.danger { + background: red; +} + .fe-site-header { display: flex; flex-direction: column;