From 8803f735334f5e80faaf55f8c0965892421bc52d Mon Sep 17 00:00:00 2001 From: "E. S." Date: Sat, 3 May 2025 15:46:33 +0300 Subject: [PATCH] dark theme on mobile fix --- htdocs/scss/app/mobile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/scss/app/mobile.scss b/htdocs/scss/app/mobile.scss index 9b3b9eb..ed1a804 100644 --- a/htdocs/scss/app/mobile.scss +++ b/htdocs/scss/app/mobile.scss @@ -101,7 +101,7 @@ a.head-item:last-child > span { .index-dl-line { margin: 0 0 12px 140px; padding: 0; - background: none; + background: none !important; text-align: left; > b { border-bottom: 1px $link-color-underline solid; }