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
commit 99e25130e1
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -180,7 +180,7 @@ p {
p { p {
font-size: 15px; font-size: 15px;
line-height: 23px; line-height: 23px;
color: $ui-primary-color; color: #fff;
mso-line-height-rule: exactly; mso-line-height-rule: exactly;
text-rendering: optimizelegibility; text-rendering: optimizelegibility;
} }
@ -514,7 +514,7 @@ ul {
color: lighten($ui-base-color, 26%); color: lighten($ui-base-color, 26%);
span { span {
color: $ui-primary-color; color: #fff;
} }
} }
} }