Merge branch 'styling/patch_fixes_for_theme_colors' into 'develop'

Patch fixes for theme colors

See merge request gab/social/gab-social!4
This commit is contained in:
Rob Colbert
2019-07-04 03:08:20 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -2571,7 +2571,8 @@ a.status-card.compact:hover {
}
.column-header__collapsible-inner {
background: #e6e6e6;
background: #3f3f3f;
body.theme-gabsocial-light & {background: #e6e6e6;}
padding: 15px;
}