fix active nav link state

This commit is contained in:
Victor Batischev
2024-02-05 17:14:30 +03:00
parent 3cc306bbc3
commit 7a3a70ccd3
7 changed files with 25 additions and 52 deletions

View File

@ -48,7 +48,7 @@
text-decoration: none;
}
a:focus {
a:focus, a.active {
color: #000000;
}