|
|
@ -45,17 +45,13 @@ main {
|
|
|
|
|
|
|
|
|
|
|
|
menu { cursor: pointer }
|
|
|
|
menu { cursor: pointer }
|
|
|
|
|
|
|
|
|
|
|
|
.active {
|
|
|
|
a[aria-current=page] {
|
|
|
|
pointer-events: none;
|
|
|
|
pointer-events: none;
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#check { display: none; }
|
|
|
|
#check { display: none; }
|
|
|
|
|
|
|
|
|
|
|
|
#landing.active {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (hover: hover) {
|
|
|
|
@media (hover: hover) {
|
|
|
|
menu:hover li {
|
|
|
|
menu:hover li {
|
|
|
|
visibility: inherit;
|
|
|
|
visibility: inherit;
|
|
|
@ -81,7 +77,7 @@ menu { cursor: pointer }
|
|
|
|
nav > menu > li {
|
|
|
|
nav > menu > li {
|
|
|
|
visibility: collapse;
|
|
|
|
visibility: collapse;
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
&.active {
|
|
|
|
& a[aria-current=page] {
|
|
|
|
visibility: inherit;
|
|
|
|
visibility: inherit;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -123,26 +119,26 @@ ul {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
li:nth-of-type(6n + 1):hover,
|
|
|
|
li:nth-of-type(6n + 1):hover,
|
|
|
|
li.active:nth-of-type(6n + 1) {
|
|
|
|
a[aria-current=page]:nth-of-type(6n + 1) {
|
|
|
|
color: var(--red);
|
|
|
|
color: var(--red);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li:nth-of-type(6n + 2):hover,
|
|
|
|
li:nth-of-type(6n + 2):hover,
|
|
|
|
li.active:nth-of-type(6n + 2) {
|
|
|
|
a[aria-current=page]:nth-of-type(6n + 2) {
|
|
|
|
color: var(--orange);
|
|
|
|
color: var(--orange);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li:nth-of-type(6n + 3):hover,
|
|
|
|
li:nth-of-type(6n + 3):hover,
|
|
|
|
li.active:nth-of-type(6n + 3) {
|
|
|
|
a[aria-current=page]:nth-of-type(6n + 3) {
|
|
|
|
color: var(--pink);
|
|
|
|
color: var(--pink);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li:nth-of-type(6n + 4):hover,
|
|
|
|
li:nth-of-type(6n + 4):hover,
|
|
|
|
li.active:nth-of-type(6n + 4) {
|
|
|
|
a[aria-current=page]:nth-of-type(6n + 4) {
|
|
|
|
color: var(--green);
|
|
|
|
color: var(--green);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li:nth-of-type(6n + 5):hover,
|
|
|
|
li:nth-of-type(6n + 5):hover,
|
|
|
|
li.active:nth-of-type(6n + 5) {
|
|
|
|
a[aria-current=page]:nth-of-type(6n + 5) {
|
|
|
|
color: var(--blue);
|
|
|
|
color: var(--blue);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
li:nth-of-type(6n + 6):hover,
|
|
|
|
li:nth-of-type(6n + 6):hover,
|
|
|
|
li.active:nth-of-type(6n + 6) {
|
|
|
|
a[aria-current=page]:nth-of-type(6n + 6) {
|
|
|
|
color: var(--purple);
|
|
|
|
color: var(--purple);
|
|
|
|
}
|
|
|
|
}
|
|
|
|