blue hover

This commit is contained in:
randx 2012-09-27 23:59:41 +03:00
parent db69836319
commit 7ded8584a5
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
$link_color:#3A89A3;
$blue_link: #2fa0bb;
$style_color: #474d57;
$hover: #fdf5d9;
$hover: #D9EDF7;
/** GitLab Fonts **/
@font-face { font-family: Korolev; src: url('korolev-medium-compressed.otf'); }

View file

@ -31,8 +31,8 @@
&:hover {
td {
background: $hover;
border-top:1px solid #FEA;
border-bottom:1px solid #FEA;
border-top:1px solid #ADF;
border-bottom:1px solid #ADF;
}
cursor:pointer;
}