aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-08-23 12:30:59 +0200
committerJasper Van der Jeugt2020-08-23 12:30:59 +0200
commitbea39f31ff13e0cd039d024e2708c1405429abf9 (patch)
tree6e92189b84ccda84dd68d2d5b250f5986dcda820 /client
parent963c135da14cf1be5d09368ab6e19b4907779ac9 (diff)
Show errors on same page
Diffstat (limited to 'client')
-rw-r--r--client/style.css5
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;