From d43d39b3d2b0b3775193e29ad07263713d62c22b Mon Sep 17 00:00:00 2001 From: Marc Anton Dahmen Date: Mon, 31 Jul 2023 17:05:28 +0200 Subject: [PATCH] minor fix --- demo/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/variables.less b/demo/variables.less index 009f49d..bf08c0b 100644 --- a/demo/variables.less +++ b/demo/variables.less @@ -7,7 +7,7 @@ --hover-color: hsl(217, 12%, 84%); --hover-background: hsl(217, 12%, 16%); --muted-color: hsl(217, 12%, 46%); - --code-background: hsl(217, 12%, 14%); + --code-background: hsl(217, 12%, 13%); --code-1: hsl(217, 12%, 85%); --code-2: hsl(217, 12%, 65%); --code-3: hsl(217, 12%, 50%);