mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Portal: Typo in SCSS variable.
SVN:trunk[5140]
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user