diff options
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css index 42ffdd7..e7c5bee 100644 --- a/web/style.css +++ b/web/style.css @@ -5,6 +5,11 @@ html, body { height: 100%; } +.versiontag { + font-size: 150%; + font-style: italic; +} + .hidden { display: none; } |