anderlues : fix cell links color (was red on white)

This commit is contained in:
Daniel Muyshond 2020-11-05 18:11:35 +01:00
parent 65cc9aa775
commit 8cf468f346
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ $border-radius: 3px;
$cell-border: 0px;
$cell-entry-hover-background: $tertiary-color;
$cell-title-color: #333333;
$cell-links-color: $tertiary-color;
/*FORM-BUTTON*/
$button-hover-background-color: $tertiary-color;