Updated theming for group background colors

This commit is contained in:
mgabdev
2019-07-21 23:46:38 -04:00
parent 6b43c2ee76
commit 7c64900f49
3 changed files with 17 additions and 2 deletions

View File

@@ -38,7 +38,10 @@
img {
pointer-events: none;
width: 100%;
background: $gab-background-container;;
background: $gab-background-container;
body.theme-gabsocial-light & {
background: $gab-background-container-light;
}
}
}