Refonte du Guide #41

Open
aeddis wants to merge 26 commits from aeddis-refonte into main
Showing only changes of commit 67e63906eb - Show all commits

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;