Skip to content

Commit 6eccaac

Browse files
committed
style: fix broken colored links inside read-only notes (hover color)
1 parent f5038a0 commit 6eccaac

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ body ::-webkit-calendar-picker-indicator {
8787
}
8888

8989
:root .reference-link,
90+
:root .reference-link:hover,
9091
.ck-content a.reference-link > span,
9192
.board-note {
9293
color: var(--dark-theme-custom-color, inherit);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ html {
8787
}
8888

8989
:root .reference-link,
90+
:root .reference-link:hover,
9091
.ck-content a.reference-link > span,
9192
.board-note {
9293
color: var(--light-theme-custom-color, inherit);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
}
279279

280280
:root .reference-link,
281+
:root .reference-link:hover,
281282
.ck-content a.reference-link > span,
282283
.board-note {
283284
color: var(--dark-theme-custom-color, inherit);

0 commit comments

Comments
 (0)