Portal: Typo in SCSS variable.

SVN:trunk[5140]
This commit is contained in:
Guillaume Lajarige
2017-11-25 14:53:20 +00:00
parent 3cd28d1559
commit b071f920e9
2 changed files with 5020 additions and 5020 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -58,7 +58,7 @@ $body-bg: #EDECEC !default;
$text-color: $gray !default;
//** Global textual link color.
$link-color: darken(combodo-orange, 5%) !default;
$link-color: darken($combodo-orange, 5%) !default;
//** Link hover color set via `darken()` function.
$link-hover-color: darken($link-color, 5%) !default;
//** Link hover decoration.