diff options
Diffstat (limited to 'static/css/globalstyles.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); +} |
