[THEME ACREUNION] couleur du nom de l'utilisateur adapté au fond blanc du theme

This commit is contained in:
cleon 2021-07-12 17:18:17 +04:00
parent 7ecfa45d75
commit 7dc7d708d3
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ div.header {
position: relative !important;
}
#navbar-nameuser a {
color: var(--main, #004d9a) !important;
}
div.header > a > span {
color: black !important;
}