Fixed border color for active item on dark-mode

Fixed border color for active item on dark-mode
This commit is contained in:
Cleverson
2021-10-23 21:41:11 -03:00
committed by GitHub
parent 4fc0f9e59f
commit 3517de7586

View File

@@ -58,6 +58,7 @@
&.active {
.page-link {
background-color: $primary-alt;
border-color: $primary-alt;
color: $white;
&:hover,