1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Adjust page button background to be consistent

This commit is contained in:
Andrew Kingston 2020-10-22 18:14:44 +01:00
parent 5d266c5877
commit af19158fb6

View file

@ -59,7 +59,7 @@
}
.active {
background: var(--grey-3);
background: var(--grey-2);
color: var(--ink);
}
</style>