From fa748f27bce9882f525d11e00f0944ba0faba324 Mon Sep 17 00:00:00 2001 From: dmlunar Date: Sat, 14 Feb 2026 12:10:11 +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 0c4ff62..a3cfdf0 100644 --- a/style.scss +++ b/style.scss @@ -95,7 +95,7 @@ h1, h2, h3, h4 { background: linear-gradient(to right, #211f26 45%, #171717); @include mobile { - background: #2d2c2c; + background: #211f26; } } -- cgit v1.2.3-70-g09d2