la possession: change toplinks style (#71970)

This commit is contained in:
Corentin Sechet 2022-12-02 14:58:37 +01:00 committed by Gitea
parent facba91462
commit 6b2559d799
2 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,11 @@
}
}
#toplinks > span a {
color: white;
font-weight: bold;
}
div.gru-nav > ul > li {
a {
text-transform: uppercase;

View File

@ -31,7 +31,8 @@ $nav-mobile-menu-item-hover-color: $green;
$nav-submenu-background: white;
$nav-submenu-color: black;
$toplinks-border: none;
$toplinks-background: $dark-gray;
$toplinks-padding: 1rem;
$title-color: white;
$title-background: $green;