[Glitch] Fix current item in pagination not highlighted with new theme tokens

Port 37ccffa95a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-11-28 15:45:38 +01:00
committed by Claire
parent 906dd88d7e
commit bb097056dc

View File

@@ -113,8 +113,8 @@
} }
.current { .current {
color: var(--color-bg-inverted); color: var(--color-bg-primary);
background: var(--color-text-on-inverted); background: var(--color-text-primary);
border-radius: 100px; border-radius: 100px;
cursor: default; cursor: default;
margin: 0 10px; margin: 0 10px;