[Glitch] Fix current item in pagination not highlighted with new theme tokens
Port 37ccffa95a30772b55e3f18d486d699ee6c5f9e8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
906dd88d7e
commit
bb097056dc
@ -113,8 +113,8 @@
|
||||
}
|
||||
|
||||
.current {
|
||||
color: var(--color-bg-inverted);
|
||||
background: var(--color-text-on-inverted);
|
||||
color: var(--color-bg-primary);
|
||||
background: var(--color-text-primary);
|
||||
border-radius: 100px;
|
||||
cursor: default;
|
||||
margin: 0 10px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user