Commit 7ded8584 authored by randx's avatar randx

blue hover

parent db698363
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
$link_color:#3A89A3; $link_color:#3A89A3;
$blue_link: #2fa0bb; $blue_link: #2fa0bb;
$style_color: #474d57; $style_color: #474d57;
$hover: #fdf5d9; $hover: #D9EDF7;
/** GitLab Fonts **/ /** GitLab Fonts **/
@font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); } @font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); }
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
&:hover { &:hover {
td { td {
background: $hover; background: $hover;
border-top:1px solid #FEA; border-top:1px solid #ADF;
border-bottom:1px solid #FEA; border-bottom:1px solid #ADF;
} }
cursor:pointer; cursor:pointer;
} }
......
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