From 13c5e27b2de45a6674a511651ca91b5b4b5ed938 Mon Sep 17 00:00:00 2001 From: Dylan Müller Date: Fri, 17 Oct 2025 22:20:06 +0200 Subject: Change mobile background color in style.scss --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 258d583..9495e8a 100644 --- a/style.scss +++ b/style.scss @@ -94,7 +94,7 @@ h1, h2, h3, h4 { background: linear-gradient(to right, #e7e7e7 45%, #efefef); @include mobile { - background: #e7e7e7; + background: #d7dadb; } } -- cgit v1.2.3-70-g09d2