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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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