From 2b094653c09330fa63f48404bcb0337c4e98dc9c Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 12 Jun 2023 05:45:42 +0900 Subject: [PATCH] help links match UI theme quotescolor --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 6c7de3d52..2d608a5a4 100644 --- a/public/style.css +++ b/public/style.css @@ -2253,8 +2253,8 @@ input[type="range"]::-webkit-slider-thumb { /*Notes '?' links*/ .note-link-span { - color: var(--sienna); - border: 1px solid var(--sienna); + color: var(--SmartThemeQuoteColor); + border: 1px solid var(--SmartThemeQuoteColor); border-radius: 10px; line-height: var(--mainFontSize); font-size: var(--mainFontSize);