diff options
author | Jasper Van der Jeugt | 2020-08-23 12:30:59 +0200 |
---|---|---|
committer | Jasper Van der Jeugt | 2020-08-23 12:30:59 +0200 |
commit | bea39f31ff13e0cd039d024e2708c1405429abf9 (patch) | |
tree | 6e92189b84ccda84dd68d2d5b250f5986dcda820 /client | |
parent | 963c135da14cf1be5d09368ab6e19b4907779ac9 (diff) |
Show errors on same page
Diffstat (limited to 'client')
-rw-r--r-- | client/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/style.css b/client/style.css index 81513be..c4161a7 100644 --- a/client/style.css +++ b/client/style.css @@ -125,6 +125,11 @@ button, input { text-align: left; } +.error { + color: #d00; + font-weight: bold; +} + footer { font-size: 12px; margin: 60px auto 60px auto; |