From daa6e4bccf2ca7fe532a6313cb2171b07b35ef63 Mon Sep 17 00:00:00 2001 From: MAEDA Go Date: Tue, 31 Mar 2026 08:42:00 +0900 Subject: [PATCH 2/3] Fix the Alternate theme after redesigning the default theme header --- app/assets/themes/alternate/stylesheets/application.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/themes/alternate/stylesheets/application.css b/app/assets/themes/alternate/stylesheets/application.css index 8977e93bb..0d3e48d56 100644 --- a/app/assets/themes/alternate/stylesheets/application.css +++ b/app/assets/themes/alternate/stylesheets/application.css @@ -33,10 +33,9 @@ body, #wrapper { background-color:#EEEEEE; } h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-block-end: 0px;} /* Menu */ -#main-menu li a { background-color: #507AAA; font-weight: bold;} -#main-menu li a:hover { background: #507AAA; text-decoration: underline; } -#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; } -#main-menu li a.new-object { background-color:#507AAA; text-decoration: none; } +#main-menu li a { font-weight: bold;} +#main-menu li a:hover { text-decoration: underline; } +#main-menu li a.new-object, #main-menu li a.new-object:hover { color: white; background-color:#507AAA; text-decoration: none; } #main-menu .menu-children { border-block-end: 1px solid #507AAA; -- 2.50.1