feat: graphisme de la navigation supérieure

This commit is contained in:
ADRN 2024-12-08 00:49:10 +01:00
parent b046412be9
commit 67e63906eb

View file

@ -72,11 +72,20 @@ header ul li {
color: var(--primary-text-color);
&:hover {
color: #fff;
text-decoration: underline;
}
}
header .nav-item {
padding: 4px 2px;
color: var(--primary-text-color);
&:hover, &:active, &:focus {
text-decoration: none;
border-bottom: white solid 2px;
}
}
.hero {
display: flex;
align-items: center;