Skip to content

Commit 4bcf209

Browse files
committed
style/reference links: enable colors in table collections as well
1 parent 4b34ae3 commit 4bcf209

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/client/src/stylesheets/theme-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ body ::-webkit-calendar-picker-indicator {
8686
--custom-color: var(--dark-theme-custom-color);
8787
}
8888

89-
.ck-content a.reference-link,
89+
.reference-link,
9090
.ck-content a.reference-link > span {
9191
color: var(--dark-theme-custom-color, inherit);
9292
}

apps/client/src/stylesheets/theme-light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ html {
8686
--custom-color: var(--light-theme-custom-color);
8787
}
8888

89-
.ck-content a.reference-link,
89+
.reference-link,
9090
.ck-content a.reference-link > span {
9191
color: var(--light-theme-custom-color, inherit);
9292
}

apps/client/src/stylesheets/theme-next-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
--custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4);
278278
}
279279

280-
.ck-content a.reference-link,
280+
.reference-link,
281281
.ck-content a.reference-link > span {
282282
color: var(--dark-theme-custom-color, inherit);
283283
}

0 commit comments

Comments
 (0)