going back to the white on blue new post notification badges
This commit is contained in:
parent
1b1c213c61
commit
441d01c5a6
|
@ -67,11 +67,13 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
// New posts
|
// New posts
|
||||||
|
|
||||||
&.new-posts, &.unread-posts {
|
&.new-posts, &.unread-posts {
|
||||||
background-color: $emphasis_background_color;
|
background-color: $emphasis_text_color;
|
||||||
color: $emphasis_text_color;
|
color: $tertiary_text_color;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Click count
|
// Click count
|
||||||
|
|
||||||
&.clicks {
|
&.clicks {
|
||||||
|
|
|
@ -16,7 +16,7 @@ $large-width: 1110px !default;
|
||||||
$black: #333 !default;
|
$black: #333 !default;
|
||||||
$white: #fff !default;
|
$white: #fff !default;
|
||||||
|
|
||||||
$blue: #0099e6 !default;
|
$blue: #00aaff !default;
|
||||||
|
|
||||||
$yellow: lighten(#FFFF00, 15%) !default;
|
$yellow: lighten(#FFFF00, 15%) !default;
|
||||||
$light_yellow: lighten($yellow, 20%) !default;
|
$light_yellow: lighten($yellow, 20%) !default;
|
||||||
|
|
Loading…
Reference in New Issue