diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 20:35:16 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 20:35:16 +0000 |
| commit | 951984fb55d552d9c816a30069e2321f3602d305 (patch) | |
| tree | 3763441916dffff9ca96dd0286c72104ba2954c0 /static/css | |
| parent | 4ddf6fc9ed90a704869da683561e5032b6c48d79 (diff) | |
Add circular dependency detection and logging library
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/globalstyles.css | 6 |
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); +} |
