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
1 changed files with 1 additions and 1 deletions

View File

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