Skip to content

Commit 6785d50

Browse files
Fix Issue #74 : background color
1 parent 48391dc commit 6785d50

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

dist/dev/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/prod/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/sass/style.scss

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
@import "_global/transform";
66
@import "_global/themes";
77

8-
body {
9-
margin: 0;
10-
background-color: lightgrey;
11-
}
12-
138
.header-nav-ui {
149
font-family: "Roboto", Helvetica, Arial, sans-serif;
1510
color: $gray-90;

0 commit comments

Comments
 (0)