Code to display tips submitted on news feed

This commit is contained in:
Kyle Drake 2017-02-07 22:45:29 -08:00
parent 621e45b6a2
commit cc07e90b44
11 changed files with 131 additions and 12 deletions

View file

@ -951,8 +951,11 @@ a.tag:hover {
.news-item.update .icon {
background: #E93250;
}
.news-item.tip .title .text .headline, .news-item.tip .title .text .headline a, .news-item.tip .date a {
color: #229954!important;
}
.news-item.tip .icon {
background: #FFCC00;
background: #229954;
}
.news-item.follow .icon {
background: #3399CC;