web/PageNavTab: remove redundant bg

This commit is contained in:
wukko 2025-01-12 19:12:41 +06:00
parent 0749106b96
commit c8bd08a290
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -41,7 +41,6 @@
gap: calc(var(--small-padding) * 2);
padding: var(--big-padding);
font-weight: 500;
background: var(--primary);
color: var(--button-text);
border-radius: var(--border-radius);
overflow: hidden;