aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/globalstyles.css
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-22 20:35:16 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-22 20:35:16 +0000
commit951984fb55d552d9c816a30069e2321f3602d305 (patch)
tree3763441916dffff9ca96dd0286c72104ba2954c0 /static/css/globalstyles.css
parent4ddf6fc9ed90a704869da683561e5032b6c48d79 (diff)
Add circular dependency detection and logging library
Diffstat (limited to 'static/css/globalstyles.css')
-rw-r--r--static/css/globalstyles.css6
1 files changed, 6 insertions, 0 deletions
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);
+}