From 0fe4d9cbe171d4f88084872eda07e226f0b7fbfc Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 7 Feb 2024 10:17:09 +0000 Subject: [PATCH] fix Strike Color --- style/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/root.css b/style/root.css index 7955319..98d202f 100644 --- a/style/root.css +++ b/style/root.css @@ -67,7 +67,7 @@ h1 {font-size: 30px;} h2 {font-size: 25px;} h3 {font-size: 20px;} -strike { +s{ color: var(--Strike); }