la possession: change toplinks style (#71970) #57

Merged
csechet merged 1 commits from wip/71970-la-possession-modification-des-t into main 2022-12-09 09:30:35 +01:00
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;