Fixed accessibility contrast theme and header tab focus

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-06-25 17:19:40 +02:00
parent 94f7a8db13
commit 3b67353b12
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with 5 additions and 8 deletions

View File

@ -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');
}

View File

@ -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;
}