From fe1b43744b5fb530c072e5ff7b4b272974b20173 Mon Sep 17 00:00:00 2001 From: Thomas Reese Date: Tue, 25 Aug 2020 11:49:02 -0700 Subject: [PATCH] Fixing unresolved custom properties due to apparent typo --- new.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new.css b/new.css index f4ec4ea..0c1479d 100644 --- a/new.css +++ b/new.css @@ -36,9 +36,9 @@ --nc-bg-3: var(--nc-d-bg-3); --nc-lk-1: var(--nc-d-lk-1); --nc-lk-2: var(--nc-d-lk-2); - --nc-lk-tx: var(--nc--dlk-tx); + --nc-lk-tx: var(--nc-d-lk-tx); --nc-ac-1: var(--nc-d-ac-1); - --nc-ac-tx: var(--nc--dac-tx); + --nc-ac-tx: var(--nc-d-ac-tx); } } @@ -443,4 +443,4 @@ input { img { max-width: 100%; -} \ No newline at end of file +}