From 7cfd93da126be1b41cb522106bc3f96e4f76e6ed Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Sun, 27 Jul 2025 19:15:14 +0200 Subject: [PATCH] Use Bootstrap colors for menu icon --- app/assets/stylesheets/common.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 76a25f4e7..00c6211c2 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -70,11 +70,10 @@ time[title] { #menu-icon { display: none; opacity: 0.6; -} -@include color-mode(dark) { - #menu-icon { - filter: invert(1); + svg { + fill: var(--bs-emphasis-color); + stroke: var(--bs-body-bg); } } -- 2.39.5