feat: graphisme de la navigation supérieure
This commit is contained in:
parent
b046412be9
commit
67e63906eb
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue