Commit 33ff53d9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix syntax error

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 6854be80
......@@ -40,7 +40,7 @@ a {
color: $link_color;
&:hover {
text-decoration: none;
color: $link_hover_colory;
color: $link_hover_color;
}
&:focus {
......
......@@ -116,7 +116,7 @@
padding: 5px 0;
&.active {
background-color: $link_hover_colory;
background-color: $link_hover_color;
a {
color: #fff;
......
......@@ -37,7 +37,7 @@ ul.notes {
font-weight: bold;
font-size: 14px;
&:hover {
color: $link_hover_colory;
color: $link_hover_color;
}
}
}
......@@ -172,7 +172,7 @@ ul.notes {
@extend .cgray;
&:hover {
color: $link_hover_colory;
color: $link_hover_color;
&.danger { @extend .cred; }
}
}
......
......@@ -53,7 +53,7 @@
vertical-align: middle;
a {
&:hover {
color: $link_hover_colory;
color: $link_hover_color;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment