Skip to content

Commit a6a7270

Browse files
authored
Update style.scss
1 parent 29f1a30 commit a6a7270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ html {
2121
}
2222

2323
body {
24-
background: #616771;
24+
background: $bgGrey;
2525
font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
26-
color: #404040;
26+
color: $wordWhite;
2727
line-height: 1.7;
2828
font-weight: 400;
2929
font-size: 18px;
@@ -39,7 +39,7 @@ body {
3939

4040
h1, h2, h3, h4, h5, h6 {
4141
font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
42-
color: $darkerGray;
42+
color: $titleGrey;
4343
font-weight: bold;
4444

4545
line-height: 1.7;

0 commit comments

Comments
 (0)