diff options
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r-- | frontend/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index 8f93079..9dbe198 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -2,6 +2,7 @@ --standard-border-radius: 0; --preformatted: var(--code); --min-width: 60rem; + --accent-error: #ffe0e0; } @media (prefers-color-scheme: light) { @@ -109,3 +110,7 @@ section { text-align: center; } } + +.error { + background: var(--accent-error); +} |