add a better style for anon cat hamburger

This commit is contained in:
Jeff Atwood 2014-08-04 22:01:01 -07:00
parent 6eaaf6714c
commit 40bcead099
1 changed files with 6 additions and 0 deletions

View File

@ -154,6 +154,12 @@
@include box-shadow(0 2px 2px rgba($primary, .4));
// note these topic counts only appear for anons in the category hamburger drop down
b.topics-count {
color: scale-color($primary, $lightness: 50%);
font-weight: normal;
}
ul {
margin: 0;
list-style: none;