mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-21 23:03:13 -05:00
Theme: Style menu header sections a little dimmer
They are hard to read if they have the same color as all other links.
This commit is contained in:
parent
6471fe4029
commit
7aa03b3ac1
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue