0
Fork 0
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:
Pablo Vazquez 2024-10-15 17:48:05 +02:00
parent 6471fe4029
commit 7aa03b3ac1

View file

@ -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 {