diff --git a/styles/index.scss b/styles/index.scss index 37556c9..23b0a98 100644 --- a/styles/index.scss +++ b/styles/index.scss @@ -1,4 +1,5 @@ @charset "utf-8"; +@import "fonts"; @import "palette"; h2, diff --git a/styles/main.scss b/styles/main.scss index ae9c212..a4e878a 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -1,4 +1,5 @@ @charset "utf-8"; +@import "fonts"; @import "palette"; /* Set basic element styles */ @@ -47,10 +48,10 @@ h2, .blackbar { padding: 0 1ex; overflow: hidden; - background-color: black; + background-color: $nl-background; font-size: 16px; - font-weight: 150; + font-weight: 100; font-family: monospace; letter-spacing: 0.5ex; }