Skip to content

Commit 36291c0

Browse files
TheIsotopeschmelevskij
authored andcommitted
fix landing page dark theme Background pattern (betaflight#3734)
* fix landing page dark theme Background pattern * forgot to delete bracket * 2nd try deleting bracket
1 parent e76ef2f commit 36291c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/css/dark-theme.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,7 @@ progress[value] {
395395
}
396396
}
397397
.tab-landing {
398-
.content_top {
399-
background-color: #00000000;
400-
}
398+
background-color: #3e3e3e;
401399
.content_mid {
402400
background-color: #3e3e3e;
403401
.text3 {

0 commit comments

Comments
 (0)