diff options
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; |