From 951984fb55d552d9c816a30069e2321f3602d305 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Wed, 22 Dec 2021 20:35:16 +0000 Subject: Add circular dependency detection and logging library --- static/css/globalstyles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static') diff --git a/static/css/globalstyles.css b/static/css/globalstyles.css index 3c39e38..6826ab9 100644 --- a/static/css/globalstyles.css +++ b/static/css/globalstyles.css @@ -99,3 +99,9 @@ a { padding: 10px; background-color: rgba(0, 0, 0, 0.1); } + +.box-red { + border: solid 1px rgba(255, 0, 0, 0.5); + padding: 10px; + background-color: rgba(255, 0, 0, 0.2); +} -- cgit v1.2.3-70-g09d2