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);
|
color: var(--primary-text-color);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #fff;
|
|
||||||
text-decoration: underline;
|
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 {
|
.hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue