From f4cda041f20f6bb1b221228dee1bb53f73f520a8 Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Sun, 28 Jan 2024 23:35:54 +0100 Subject: [PATCH] format --- quartz/styles/wiki.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/styles/wiki.scss b/quartz/styles/wiki.scss index 2ae0c43..3e7ecf6 100644 --- a/quartz/styles/wiki.scss +++ b/quartz/styles/wiki.scss @@ -30,7 +30,7 @@ & :is(h1, h2, h3, h4, h5, h6) { color: var(--darkgray); - background-color: var(--gray);; + background-color: var(--gray); margin: 0; font-size: 20px; text-align: center;