Page indicator in navigation bar

This commit is contained in:
Nuno Coração
2023-01-14 23:50:34 +00:00
parent 3a81b0a741
commit a194975889
10 changed files with 88 additions and 35 deletions

View File

@@ -440,4 +440,10 @@ body:has(#menu-controller:checked) {
opacity: 0;
transition: visibility 0.3s, opacity 0.3s ease-in-out ;
z-index: 1000;
}
.active {
text-decoration-line: underline;
text-decoration-thickness: 3px;
text-underline-offset: 4px;
}