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

View File

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