mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Apply css based on aria-current, but I'm not happy with it yet
This commit is contained in:
parent
ed5f583e04
commit
cc20fb499d
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,11 @@ nav a {
|
|||
font-weight: bold;
|
||||
color: var(--text-main);
|
||||
}
|
||||
nav li[aria-current=page] a {
|
||||
margin: -0.25em;
|
||||
border: 0.25em solid var(--bg-alt);
|
||||
}
|
||||
|
||||
nav a.image {
|
||||
padding: 0.75em 1em 0.5em 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue