diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 857fd00..d4cc2ee 100644 --- a/static/style.css +++ b/static/style.css @@ -61,4 +61,14 @@ a:active { .loginout { color: black -}
\ No newline at end of file +} + +.inval { + font-size: 1.3rem; + font-weight: 80; + color:red +} + +ul { + margin-left:40px; +} |