Added brand color and input styles to dark theme

This commit is contained in:
Alejandro Celaya
2021-02-15 23:45:13 +01:00
committed by Alejandro Celaya
parent 53f16ac8b5
commit f313a39b81
13 changed files with 152 additions and 73 deletions

View File

@@ -25,6 +25,6 @@
.visits-stats__nav-link.active {
border-color: $mainColor;
background-color: white !important;
background-color: var(--primary-color) !important;
color: $mainColor !important;
}