aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sources/css/tyrian/less/header.less')
-rw-r--r--sources/css/tyrian/less/header.less7
1 files changed, 6 insertions, 1 deletions
diff --git a/sources/css/tyrian/less/header.less b/sources/css/tyrian/less/header.less
index cc6757a..b88d62f 100644
--- a/sources/css/tyrian/less/header.less
+++ b/sources/css/tyrian/less/header.less
@@ -1,12 +1,15 @@
.site-title {
#gradient > .vertical(@start-color: darken(@gentoo-purple-grey, 10%); @end-color: @gentoo-purple-grey; @end-percent: 20%);
background-color: @gray-lighter;
+ .noselect;
+ height: 63px;
}
.site-label {
.label;
background-color: @gentoo-purple;
color: white;
+ cursor: default;
}
.site-label-svg-fix {
@@ -40,11 +43,13 @@
.logo {
display: inline-block;
+ .noselect;
+ cursor: default;
}
.site-logo {
display: inline-block;
- min-height: 63px;
+ height: 63px;
object {
pointer-events: none;