diff options
Diffstat (limited to 'sources/css/tyrian/less/header.less')
-rw-r--r-- | sources/css/tyrian/less/header.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sources/css/tyrian/less/header.less b/sources/css/tyrian/less/header.less index 994e943..bca4e1b 100644 --- a/sources/css/tyrian/less/header.less +++ b/sources/css/tyrian/less/header.less @@ -7,6 +7,7 @@ .label; background-color: @gentoo-purple; color: white; + vertical-align: 225%; } .site-title-buttons { @@ -38,6 +39,14 @@ display: inline-block; } +.site-logo { + display: inline-block; + + object { + pointer-events: none; + } +} + body { border-top: 1px solid @gentoo-purple; } |