From 7aa03b3ac18ef6ffd932f4c5c1f2ab67c2184c46 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 15 Oct 2024 17:48:05 +0200 Subject: [PATCH] Theme: Style menu header sections a little dimmer They are hard to read if they have the same color as all other links. --- templates/custom/header.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index a82c776..9850c13 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -34,6 +34,11 @@ display: none; } + /* Dim the "header" of sections in dropdown menus. */ + .ui.dropdown .menu>.header:not(.ui) { + color: var(--color-text-light-3); + } + /* Homepage. */ /* By default Gitea colors links green */ .home a {