Changed popover colors

This commit is contained in:
Victoria Wang 2014-10-15 15:41:08 -07:00
parent 600eefeecf
commit bc39a77dc0

View file

@ -553,7 +553,6 @@ a.tag:hover {
.news-item.tip .icon { .news-item.tip .icon {
background: #FFCC00; background: #FFCC00;
} }
.news-item.follow .icon { .news-item.follow .icon {
background: #3399CC; background: #3399CC;
} }
@ -704,6 +703,15 @@ a.tag:hover {
display: inline; display: inline;
} }
} }
.popover {
background-color: #5E95A1;
a {
color: white;
}
}
.popover.bottom .arrow:after {
border-bottom-color: #5E95A1;
}
.col-33 .stats .stat { .col-33 .stats .stat {
margin-bottom: .4em; margin-bottom: .4em;
} }