diff --git a/templates/custom/extra_links.tmpl b/templates/custom/extra_links.tmpl index d13c066..23035dc 100644 --- a/templates/custom/extra_links.tmpl +++ b/templates/custom/extra_links.tmpl @@ -4,6 +4,7 @@ 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 {