From d6ad7e0e7aeabf1472b91fb70440308cab923ef9 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 29 Oct 2023 19:11:54 +0200 Subject: [PATCH] update @ Sun Oct 29 19:11:54 EET 2023 Signed-off-by: Ari Archer --- content/critical.css | 2 ++ content/styles.css | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/critical.css b/content/critical.css index 802ed26..35389a0 100644 --- a/content/critical.css +++ b/content/critical.css @@ -1,5 +1,7 @@ :root { --af: #cdc4c4; + --cf: #f0f3e6; + --cb: #1f1b1a; } *, diff --git a/content/styles.css b/content/styles.css index 29a16d4..1f9b89f 100644 --- a/content/styles.css +++ b/content/styles.css @@ -1,8 +1,6 @@ @import url(/content/fonts/Hack.min.css); :root { - --cf: #f0f3e6; - --cb: #1f1b1a; --s: 6px; }