minor css fix

This commit is contained in:
Andy Miller
2018-10-07 16:57:00 -06:00
parent 7ee5d8ac53
commit 4303264ac1
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -977,8 +977,7 @@ form {
cursor: pointer;
&:hover {
color: darken($content-text, 10%);
background: none;
background: $page-bg;
}
&.active {
background: linear-gradient(to right, $page-bg, $content-tabs-bg);