From bbbe152ff853dc3b59782549d143e044379ed46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Wed, 26 Nov 2025 16:06:35 +0300 Subject: [PATCH] fix bookmark menu bg in otomotone --- data/static/css/theme-otomotone.css | 2 +- sass/otomotone.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/static/css/theme-otomotone.css b/data/static/css/theme-otomotone.css index f859fc1..ced1e0d 100644 --- a/data/static/css/theme-otomotone.css +++ b/data/static/css/theme-otomotone.css @@ -1311,7 +1311,7 @@ footer { } .bookmarks-dropdown { - background-color: #9b649b; + background-color: #503250; border: 1px solid black; border-radius: 4px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.25); diff --git a/sass/otomotone.scss b/sass/otomotone.scss index 4d06e49..2544acc 100644 --- a/sass/otomotone.scss +++ b/sass/otomotone.scss @@ -73,6 +73,8 @@ $crit: #d53232; $tab_content_background: $lightish_accent, $tab_button_active_color: #8a5584, + + $bookmarks_dropdown_background_color: $lightish_accent, ); #topnav {