From 6eccaac4bb6ea5e278a99759acfef25f5b98cbf3 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 22 Oct 2025 22:12:58 +0300 Subject: [PATCH] style: fix broken colored links inside read-only notes (hover color) --- apps/client/src/stylesheets/theme-dark.css | 1 + apps/client/src/stylesheets/theme-light.css | 1 + apps/client/src/stylesheets/theme-next-dark.css | 1 + 3 files changed, 3 insertions(+) diff --git a/apps/client/src/stylesheets/theme-dark.css b/apps/client/src/stylesheets/theme-dark.css index fb2abb45d..a356d32fd 100644 --- a/apps/client/src/stylesheets/theme-dark.css +++ b/apps/client/src/stylesheets/theme-dark.css @@ -87,6 +87,7 @@ body ::-webkit-calendar-picker-indicator { } :root .reference-link, +:root .reference-link:hover, .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 c0b7c271f..872e7431f 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, +:root .reference-link:hover, .ck-content a.reference-link > span, .board-note { color: var(--light-theme-custom-color, inherit); diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 71cb17924..98fe11a4b 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -278,6 +278,7 @@ } :root .reference-link, +:root .reference-link:hover, .ck-content a.reference-link > span, .board-note { color: var(--dark-theme-custom-color, inherit);