Fix Accent Colour not being picked up

This commit is contained in:
Michał Gdula 2022-09-13 15:03:09 +00:00
parent d548f967c5
commit 9ed36e2738
5 changed files with 27 additions and 22 deletions

View file

@ -109,7 +109,7 @@ a.btn {
}
.btn-good {
background-color: $green;
background-color: $page-accent;
}
.btn-bad {