Style mail page using bulma
This commit is contained in:
parent
34ca1b8ae9
commit
ec6ff594ae
3 changed files with 23 additions and 17 deletions
|
|
@ -21,6 +21,9 @@ $link: $green;
|
|||
$link-hover: color.scale($green, $lightness: +10%);
|
||||
$link-active: color.scale($green, $lightness: +10%);
|
||||
$link-focus: color.scale($green, $lightness: +10%);
|
||||
$input-color: $grey-darker;
|
||||
$input-placeholder-color: $grey-darker; // Some opacity is applied to this
|
||||
$input-focus-color: $black;
|
||||
|
||||
$weight-normal: 400;
|
||||
|
||||
|
|
@ -31,6 +34,7 @@ $family-monospace: Hack, $family-monospace;
|
|||
|
||||
$text: $grey-light;
|
||||
$text-strong: $primary;
|
||||
$label-color: $text;
|
||||
|
||||
$content-heading-color: $text;
|
||||
$hr-background-color: $grey-light;
|
||||
|
|
|
|||
Reference in a new issue