diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index de49f14d4..f97b8f4c3 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -72,6 +72,14 @@ blockquote:before { content: '>> '; } +#site-location { + position: absolute; + right: 5px; + top: 3px; + color: white; + font-size: 60%; +} + .shiny { border-color: orange !important; } |