New look for discussion reply/unread count

Also decrease the max page width by 100px
This commit is contained in:
Toby Zerner
2015-07-05 13:52:46 +09:30
parent 873088750f
commit 1d21670663
4 changed files with 47 additions and 28 deletions

View File

@ -22,7 +22,7 @@
@fl-body-bg: #fff;
@fl-body-color: #333;
@fl-body-muted-color: hsl(@fl-secondary-hue, min(25%, @fl-secondary-sat), 60%);
@fl-body-muted-color: hsl(@fl-secondary-hue, min(25%, @fl-secondary-sat), 63%);
@fl-body-muted-more-color: #bbb;
@fl-shadow-color: rgba(0, 0, 0, 0.35);
}
@ -87,6 +87,8 @@
// ---------------------------------
// BOOTSTRAP
@container-large-desktop: (1040px + @grid-gutter-width);
@brand-primary: @fl-body-primary-color;
@body-bg: @fl-body-bg;