Skip to content

Commit ca12ec7

Browse files
committed
Fix sponsor bacground on landing page
1 parent 305bfcc commit ca12ec7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function dist_src() {
381381
function dist_node_modules_css() {
382382
return gulp
383383
.src("./node_modules/**/*.min.css")
384-
.pipe(gulp.dest(`${DIST_DIR}node_modules`));
384+
.pipe(gulp.dest(`${DIST_DIR}node_modules/`));
385385
}
386386

387387
function dist_ol_css() {

src/css/tabs/landing.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
min-height: 100%;
77
height: 100%;
88
overflow-y: auto;
9-
background-color: #2e2e2e;
109
}
1110
.content_top {
1211
height: 140px;

0 commit comments

Comments
 (0)