Skip to content

Commit

Permalink
fix issue #125
Browse files Browse the repository at this point in the history
  • Loading branch information
wrex committed Mar 31, 2023
1 parent ae59714 commit c993823
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion WKElementaryDark.css
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,16 @@
background-color: var(--ED-lesson);
}

.navigation-shortcut__button {
text-shadow: none;
}

.navigation-shortcut a:hover,
.navigation-shortcut a:focus {
.navigation-shortcut a:focus,
.navigation-shortcut__button:hover,
.navigation-shortcut__button:focus {
border-color: var(--EDI-text-color);
color: var(--EDI-text-color);
}

@media screen and (min-width: 1024px) {
Expand Down

0 comments on commit c993823

Please sign in to comment.