1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +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 2468e5e9a9
commit d05ec2e90c

View file

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