fix bookmark menu bg in otomotone

This commit is contained in:
2025-11-26 16:06:35 +03:00
parent a3ad36e9a9
commit bbbe152ff8
2 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -73,6 +73,8 @@ $crit: #d53232;
$tab_content_background: $lightish_accent,
$tab_button_active_color: #8a5584,
$bookmarks_dropdown_background_color: $lightish_accent,
);
#topnav {