update community.less to enable light fonts for dark backgrounds

This commit is contained in:
argirok 2023-06-09 13:56:32 +03:00
parent 4396510205
commit b20d0f0039
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@
@general-search-form-background: fade(@global-primary-background, 15%);
@hero-background-image: none;
@hero-background-position: top center;
@hero-fonts-mode:dark;
#joinAndInviteBtn {
position: fixed;
right: 0;
@ -55,3 +56,8 @@
background-image: @hero-background-image;
background-position: @hero-background-position;
}
.heroBackground when (@hero-fonts-mode = light) {
.hook-inverse();
}