Skip to content

Commit

Permalink
Minor Facelift for Landing Page (Dark Mode) (#3739)
Browse files Browse the repository at this point in the history
minor facelift for landing page
  • Loading branch information
KarateBrot authored Jan 8, 2024
1 parent 8aadeff commit 5651ff8
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 186 deletions.
1 change: 1 addition & 0 deletions src/css/dark-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ progress[value] {
}
.tab-landing {
background-color: #3e3e3e;
background-image: url(../../images/pattern_dark.png);
.content_mid {
background-color: #3e3e3e;
.text3 {
Expand Down
2 changes: 1 addition & 1 deletion src/css/tabs/landing.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.tab-landing {
min-height: 100%;
background: #fff url(../../images/pattern.png);
background: #fff url(../../images/pattern_light.png);
background-size: 300px;
overflow: hidden;
.content_wrapper {
Expand Down
182 changes: 40 additions & 142 deletions src/images/bf_logo_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5651ff8

Please sign in to comment.