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,9 +18,12 @@ $mediumGrey: #dee2e6;
// Themes
$lightPrimaryColor: #ffffff;
$lightPrimaryColorAlfa: rgba($lightPrimaryColor, .5);
$lightSecondaryColor: $lightColor;
$lightTextColor: #212529;
$darkPrimaryColor: #161b22;
$darkPrimaryColorAlfa: rgba(#161b22, .5);
$darkSecondaryColor: #0d1117;
$darkTextColor: #ffffff;