diff options
Diffstat (limited to 'src/frontend/style/layout.css')
-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; +} |