diff --git a/apps/client/src/stylesheets/theme-dark.css b/apps/client/src/stylesheets/theme-dark.css index 3b434d529..fb2abb45d 100644 --- a/apps/client/src/stylesheets/theme-dark.css +++ b/apps/client/src/stylesheets/theme-dark.css @@ -87,7 +87,8 @@ body ::-webkit-calendar-picker-indicator { } :root .reference-link, -.ck-content a.reference-link > span { +.ck-content a.reference-link > span, +.board-note { color: var(--dark-theme-custom-color, inherit); } diff --git a/apps/client/src/stylesheets/theme-light.css b/apps/client/src/stylesheets/theme-light.css index 2bdb06a1c..c0b7c271f 100644 --- a/apps/client/src/stylesheets/theme-light.css +++ b/apps/client/src/stylesheets/theme-light.css @@ -87,6 +87,7 @@ html { } :root .reference-link, -.ck-content a.reference-link > span { +.ck-content a.reference-link > span, +.board-note { color: var(--light-theme-custom-color, inherit); } \ No newline at end of file diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 8df2e2e0a..71cb17924 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -278,7 +278,8 @@ } :root .reference-link, -.ck-content a.reference-link > span { +.ck-content a.reference-link > span, +.board-note { color: var(--dark-theme-custom-color, inherit); }