From c39c200549b489faf4f12383982bfec3979dbfbc Mon Sep 17 00:00:00 2001 From: Peter Stather Date: Mon, 1 Jul 2024 12:52:15 +0100 Subject: [PATCH] Remove errant `S` --- quartz/styles/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index be427bcae..f8683a0d6 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -24,7 +24,7 @@ section { padding: 0 0.1rem; border-radius: 5px; } -S ::selection { +::selection { background: color-mix(in srgb, var(--tertiary) 60%, rgba(255, 255, 255, 0)); color: var(--darkgray); }