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

@@ -10,6 +10,9 @@
width: 100%;
max-width: 1150px;
background: $gab-background-container;
body.theme-gabsocial-light & {
background: $gab-background-container-light;
}
border-radius: 10px;
overflow: hidden;
margin: 20px 0;
@@ -70,6 +73,9 @@
margin-bottom: 10px;
border-radius: 4px;
background: $gab-background-container;
body.theme-gabsocial-light & {
background: $gab-background-container-light;
}
font-size: 13px;
padding: 4px 8px;
}
@@ -77,6 +83,9 @@
.group__feed {
background: $gab-background-container;
body.theme-gabsocial-light & {
background: $gab-background-container-light;
}
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;