Skip to content

Commit eaf549a

Browse files
calebjubalSaptakS
authored andcommitted
update: replace color variables with CSS custom properties
1 parent e1e1fd4 commit eaf549a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

djangoproject/scss/_dark-mode.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ html[data-theme="light"],
144144
&:active,
145145
&:focus,
146146
&:hover {
147-
color: $gray-medium;
147+
color: var(--table-link-hover);
148148
}
149149
}
150150
}
@@ -237,7 +237,7 @@ html[data-theme="dark"] {
237237
table.django-supported-versions,
238238
table.django-unsupported-versions {
239239
a {
240-
color: $black;
240+
color: var(--table-color);
241241

242242
&:active,
243243
&:focus,

0 commit comments

Comments
 (0)