Skip to content

Commit 8345f56

Browse files
committed
feat(tpl): increase hover/focus contrast for dark mode
1 parent 3fddd83 commit 8345f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tpl/frontend/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,15 +436,15 @@ em {
436436
}
437437

438438
a:hover {
439-
background-color: #222;
439+
background-color: #333;
440440
}
441441

442442
a:focus {
443-
background-color: #220;
443+
background-color: #330;
444444
}
445445

446446
a:hover:focus {
447-
background-color: #2f2f0f;
447+
background-color: #33331a;
448448
}
449449

450450
em {

0 commit comments

Comments
 (0)