From 1e7a185134c4fe570282296caeec373717c14825 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Thu, 20 Aug 2020 21:13:18 -0500 Subject: [PATCH] Use rgba instead of rgb for lightmode --- Mac/MainWindow/Detail/styleSheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index caf20af2b..55a54b931 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -10,8 +10,8 @@ body { :root { --body-color: #444; --body-background-color: -apple-system-text-background; - --accent-color: rgb(8, 106, 238, 1); - --block-quote-border-color: rgb(8, 106, 238, .50); + --accent-color: rgba(8, 106, 238, 1); + --block-quote-border-color: rgba(8, 106, 238, .50); } @media(prefers-color-scheme: dark) {