minor tweak

This commit is contained in:
Andy Miller
2018-10-07 17:07:32 -06:00
parent 4303264ac1
commit a5eed04307
3 changed files with 3 additions and 3 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

@@ -980,7 +980,7 @@ form {
background: $page-bg;
}
&.active {
background: linear-gradient(to right, $page-bg, $content-tabs-bg);
background: lighten($content-tabs-bg, 5%);
color: $content-header;
}
}