Added primary color alfa and tables color

This commit is contained in:
Alejandro Celaya
2021-01-28 23:15:42 +01:00
committed by Alejandro Celaya
parent 13c681dc39
commit 53f16ac8b5
6 changed files with 12 additions and 4 deletions

View File

@@ -18,7 +18,6 @@
@media (min-width: $mdMin) {
padding: 30px 15px 15px;
border-right: 1px solid rgba(0, 0, 0, .07);
}
@media (max-width: $smMax) {

View File

@@ -22,7 +22,7 @@
z-index: 1035;
font-size: 1.5rem;
cursor: pointer;
color: rgba(255, 255, 255, .5);
color: var(--primary-color-alfa);
@media (max-width: $smMax) {
display: inline-block;