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

View File

@@ -41,11 +41,11 @@ input, button, select, textarea {
line-height: inherit;
}
a {
color: #d46201;
color: #da7014;
text-decoration: none;
}
a:hover, a:focus {
color: #bb5601;
color: #c36412;
text-decoration: underline;
}
a:focus {

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.