mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 11:07:20 +00:00
Make it posible to customize nav text color via css var (#26807)
--- *Sponsored by Kithara Software GmbH*
This commit is contained in:
@ -34,6 +34,10 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#navbar > .menu > .item {
|
||||
color: var(--color-nav-text);
|
||||
}
|
||||
|
||||
#navbar .dropdown .item {
|
||||
justify-content: stretch;
|
||||
}
|
||||
|
Reference in New Issue
Block a user