Skip to content

Commit f782d34

Browse files
committed
styles: add home bg color
1 parent ba8a23f commit f782d34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ body {
3030
font-family: -apple-system, "PingFangHK-Regular", "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
3131
font-size: 16px;
3232
margin: 0;
33+
background-color: $background-color;
3334
}
3435

3536
@media screen and (min-width: 2501px) and (max-width: 4000px) {

src/styles/_color.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ $black: #111;
22
$white: #fff;
33
$purple: #7753df;
44
$lighter-gray: #e0e1e9;
5+
$background-color: #f9f9f9;

0 commit comments

Comments
 (0)