Update desktop.scss

This commit is contained in:
M1thrandir 2017-05-20 00:09:12 -06:00 committed by GitHub
parent ed287570ad
commit d6eb65784e

View File

@ -54,7 +54,7 @@ ol.category-breadcrumb li:first-child {
background-color: $highlight !important;
}
div.menu-links-header a:hover {
div.menu-links-header a:hover, .menu-panel ul.menu-links li a:hover, .menu-panel ul li.heading a:hover {
background-color: $highlight !important;
}
@ -64,9 +64,12 @@ div.menu-links-header a:hover {
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
background-color: lighten($secondary, 2%);
color: $primary;
border-radius: 2px;
}
.topic-list td {
color: $primary;
}
//Suggested topics table
.topics {