Skip to content

Commit fcc6e0b

Browse files
calebjubalSaptakS
authored andcommitted
fix: changed hover color with #09422C color as var
1 parent b875aac commit fcc6e0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

djangoproject/scss/_dark-mode.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ html[data-theme="dark"] {
198198
--error-dark: #{$red-medium};
199199

200200
--table-color: var(--body-bg);
201+
--table-link-hover: #09422C;
201202
--cta-color-accent: #{$black};
202203
--white-color: #{$black};
203204

@@ -241,7 +242,7 @@ html[data-theme="dark"] {
241242
&:active,
242243
&:focus,
243244
&:hover {
244-
color: $gray-medium;
245+
color: var(--table-link-hover);
245246
}
246247
}
247248
}

0 commit comments

Comments
 (0)