add cell-title-color in vars

This commit is contained in:
Daniel Muyshond 2020-10-05 11:52:12 +02:00
parent d16336cfaf
commit 6ae1724070
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ $border-radius: 3px;
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: darken($primary-color, 3%);
$cell-title-color: #333333;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);