Commit 1c328fa4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve hover color

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 5a1aa49b
$style_color: #474D57;
$hover: #FFF3EB;
$hover: #FFFAF1;
$gl-text-color: #222222;
$gl-link-color: #446e9b;
$nprogress-color: #c0392b;
......
......@@ -39,7 +39,6 @@
&:hover {
background: $hover;
border-bottom: 1px solid darken($hover, 10%);
}
&:last-child {
......
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