diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-10 23:18:41 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-10 23:18:41 +0100 |
commit | 0d81cb164983fdb40a9f0daebd5951d3cdc084e6 (patch) | |
tree | 9065ce8aedf864c241c2d3a197c45026922e45d4 /src/frontend/style | |
parent | d38812fdbb968b14538ec59989873b1daf1fa7ab (diff) | |
download | jellything-0d81cb164983fdb40a9f0daebd5951d3cdc084e6.tar jellything-0d81cb164983fdb40a9f0daebd5951d3cdc084e6.tar.bz2 jellything-0d81cb164983fdb40a9f0daebd5951d3cdc084e6.tar.zst |
error handling
Diffstat (limited to 'src/frontend/style')
-rw-r--r-- | src/frontend/style/layout.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend/style/layout.css b/src/frontend/style/layout.css index dd05e9a..4418903 100644 --- a/src/frontend/style/layout.css +++ b/src/frontend/style/layout.css @@ -34,3 +34,9 @@ nav h1 { padding-left: 3em; padding-right: 3em; } + +.error { + padding: 1em; + color: rgb(255, 117, 117); + font-family: monospace; +} |