mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Portal: Typo in SCSS variable.
SVN:trunk[5140]
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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