villerslebouillet : links color fix

This commit is contained in:
Daniel Muyshond 2019-11-29 16:44:32 +01:00
parent 1ac54c87d8
commit d775f6e4b3
1 changed files with 0 additions and 2 deletions

View File

@ -17,11 +17,9 @@ $border-radius: 3px;
/*CELL*/
$cell-border: 0px;
$cell-entry-color: white;
$cell-entry-hover-background: hsl(44, 100%, 49%);
$cell-links-color: hsl(210, 23%, 19%);
$cell-links-color-hover: hsl(210, 23%, 19%);
$cell-links-bg-color: white;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);