Skip to content

Commit

Permalink
fix aria current
Browse files Browse the repository at this point in the history
  • Loading branch information
akarras committed Jan 10, 2024
1 parent 05d7834 commit 90e087c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ultros/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -881,11 +881,11 @@ select optgroup {
}
}

[aria-current="page"] {
[aria-current="a"] {
color: rgb(151, 79, 151)
}

.main-content [aria-current="page"] {
.main-content [aria-current="a"] {
color: rgb(151, 79, 151)
}

Expand Down

0 comments on commit 90e087c

Please sign in to comment.