Revise link colors and start adding additional variables
This commit is contained in:
parent
baef692f28
commit
a5b0b14264
1 changed files with 8 additions and 5 deletions
|
@ -75,16 +75,19 @@ $code-background: $background !default;
|
|||
$pre: $text !default;
|
||||
$pre-background: $background !default;
|
||||
|
||||
// Bulmla link colors
|
||||
// Bulma link colors
|
||||
$link: $primary !default;
|
||||
$link-invert: $primary-invert !default;
|
||||
$link-visited: $blue-dark !default;
|
||||
$link-hover: $grey !default;
|
||||
$link-hover-border: $grey !default;
|
||||
$link-focus: $grey !default;
|
||||
$link-visited: $berry-dark !default;
|
||||
$link-hover: $dandelion !default;
|
||||
$link-hover-border: $cinnamon-dark !default;
|
||||
$link-focus: $dandelion-dark !default;
|
||||
$link-focus-border: $primary !default;
|
||||
$link-active: $blue-light !default;
|
||||
$link-active-border: $blue-light !default;
|
||||
// Our added link colors
|
||||
$link-hover-background: $primary !default;
|
||||
$link-hover-padding: 0.25em !default;
|
||||
|
||||
|
||||
// Fonts
|
||||
|
|
Loading…
Reference in a new issue