Skip to content

Commit

Permalink
Fix user & discussion hero color
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Jul 7, 2021
1 parent 8bfdc32 commit 48d843c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
@code-color: #fff;
}

@hero-color: #fff;

@import "forum/App.less";
@import "forum/DiscussionList.less";
@import "forum/Hero.less";
Expand Down
3 changes: 1 addition & 2 deletions less/forum/Hero.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
margin: 15px auto 0;
max-width: @screen-desktop-hd;
border-radius: @border-radius;
color: @control-color;

@media @desktop {
max-width: @screen-desktop;
Expand All @@ -25,7 +24,7 @@
background-repeat: no-repeat;
background-size: 100%;
background-position: var(--banner-position);
color: @hero-color;
color: #fff;
}

.container {
Expand Down

0 comments on commit 48d843c

Please sign in to comment.