From 70bbc708b2bbe850789e365767501cb8409f901d Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Wed, 13 Apr 2022 16:17:41 +0200 Subject: [PATCH] slider: change darkmode background color --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index d154ed7..5903990 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -58,7 +58,7 @@ left: 0; right: 0; bottom: 0; - background-color: #ccc; + background-color: #363636; -webkit-transition: .4s; transition: .4s; }