Added some more colors for the cards.

This commit is contained in:
deepjyoti30
2020-05-13 12:14:50 +05:30
parent ea8dd5e4dc
commit ad111363cb
3 changed files with 51 additions and 1 deletions

View File

@@ -84,3 +84,13 @@ body {
color: #FFF176; }
.main #other-content .others h4, .main #other-content .others a:hover {
color: #81C784; }
.main #other-content .funky h4, .main #other-content .funky a:hover {
color: #4DB6AC; }
.main #other-content .purple h4, .main #other-content .purple a:hover {
color: #9575CD; }
.main #other-content .upvoty h4, .main #other-content .upvoty a:hover {
color: #FF8A65; }
.main #other-content .indigo h4, .main #other-content .indigo a:hover {
color: #7986CB; }
.main #other-content .foxxy h4, .main #other-content .foxxy a:hover {
color: #A1887F; }