Fixed accessibility contrast theme and header tab focus
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
94f7a8db13
commit
3b67353b12
|
@ -19,14 +19,7 @@
|
|||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
|
||||
url('../../../core/fonts/OpenSans-Semibold.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-weight: 500 700;
|
||||
src: local('Open Sans Bold'), local('OpenSans-Bold'),
|
||||
url('../../../core/fonts/OpenSans-Bold.woff') format('woff');
|
||||
}
|
||||
|
|
|
@ -480,6 +480,10 @@ nav[role='navigation'] {
|
|||
li a:focus,
|
||||
li a.active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
li:hover a,
|
||||
li a:focus {
|
||||
+ span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue