From e885c45ef9aded20a90949f66c2885e2631b483e Mon Sep 17 00:00:00 2001 From: neil-lobo Date: Thu, 25 Apr 2024 19:10:16 -0400 Subject: [PATCH] added default value to css variable --- src/styles/reading-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/reading-style.css b/src/styles/reading-style.css index bf8156786..d16ccc06b 100644 --- a/src/styles/reading-style.css +++ b/src/styles/reading-style.css @@ -97,6 +97,9 @@ --reading-font-monospace: "Roboto Mono VF", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; + + /* Text selection colour */ + --text-selection-background-color: #3297FD /* default value chosen from https://stackoverflow.com/questions/16094837/what-is-the-browser-default-background-color-when-selecting-text */ } .reading-content {