Skip to content

Commit 7a01a2e

Browse files
committed
Merge branch 'dev' of github.com:timhettler/spellbook into dev
2 parents 54b2521 + 82c5096 commit 7a01a2e

File tree

2 files changed

+109
-105
lines changed

2 files changed

+109
-105
lines changed

src/components/Spell/Spell.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ $spell-list--focus-indicator-width: 5px;
3333

3434
.no-touch &:hover {
3535
background-color: $color--gray-ccc !important;
36+
37+
@include darkMode {
38+
background-color: $color--gray-444 !important;
39+
}
3640
}
3741

3842
> * {

0 commit comments

Comments
 (0)