Skip to content

Commit 6884c9e

Browse files
committed
More contrasting focus ring in Dark Mode
Fixes #279
1 parent 8872750 commit 6884c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/sass/setup/_colours.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $color-selected: tint($color-link-hover, 90%) !default;
3737

3838
$dark-color-link: #9cd7ff !default;
3939
$dark-color-link-hover: tint($dark-color-link, 33%) !default;
40-
$dark-color-link-focus: darken(#ffda44, 15%) !default;
40+
$dark-color-link-focus: #ff00cc !default;
4141
$dark-color-selecting: #1b2f48 !default;
4242
$dark-color-selected: #1c3456 !default;
4343

0 commit comments

Comments
 (0)