Improve a few strings, highlight back button on focus, proper key value

This commit is contained in:
Scott Nonnenberg
2021-09-17 13:57:54 -07:00
committed by GitHub
parent 65ddf0a9e8
commit e2454ef7c5
7 changed files with 191 additions and 98 deletions

View File

@@ -83,6 +83,17 @@
$color-gray-02
);
}
@include keyboard-mode {
&:focus {
background-color: $color-ultramarine;
}
}
@include dark-keyboard-mode {
&:focus {
background-color: $color-ultramarine-light;
}
}
}
&__header {