css: adapt skip-to-main button (#280)

This commit is contained in:
David
2022-08-18 18:32:09 +02:00
committed by GitHub
parent d43cf0e4b5
commit 936c085f05
2 changed files with 8 additions and 1 deletions

View File

@@ -255,3 +255,10 @@ span.home-inline{
border: solid @notificationBorder 1px;
z-index: 100000;
}
#skip-to-main {
background-color: @primaryButton;
&:focus {
background-color: @primaryButtonInverted;
}
}

View File

@@ -46,7 +46,7 @@
@primaryLinkHoverBackground : @primaryText;
@primaryButton : @primaryBackground;
@primaryButtonHoverBackground : @primaryText;
@primaryButtonInverted : #000f;
@primaryButtonInverted : @primaryText;