diff options
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/css.css b/web/css.css index 0c1526152..c86119837 100644 --- a/web/css.css +++ b/web/css.css @@ -87,6 +87,11 @@ ul#error { color: #5e552b; } +#beta { + font-size: 50%; + font-style: italic; +} + #header a:link, #header a:visited { color: #5e552b; background-color: #e3d595; |