update community.less to enable light fonts for dark backgrounds
This commit is contained in:
parent
4396510205
commit
b20d0f0039
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue