Skip to content

Commit e1e1fd4

Browse files
calebjubalSaptakS
authored andcommitted
fix: changed default table linkcolor in light mode
1 parent fcc6e0b commit e1e1fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangoproject/scss/_dark-mode.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ html[data-theme="light"],
139139
body table.django-supported-versions,
140140
body table.django-unsupported-versions {
141141
a {
142-
color: $black;
142+
color: var(--table-color);
143143

144144
&:active,
145145
&:focus,

0 commit comments

Comments
 (0)