diff --git a/_layouts/default.html b/_layouts/default.html index a551711..29c15f9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,7 +7,6 @@ {% seo %} - diff --git a/_layouts/error.html b/_layouts/error.html index 3e935a7..a31c4f5 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -7,7 +7,6 @@ {% seo %} - diff --git a/styles/main.scss b/styles/main.scss index e6c3d8d..db05247 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -1,6 +1,8 @@ --- --- +@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); + @import "normalize"; @import "variables"; @import "header"; @@ -17,6 +19,10 @@ body { line-height: 1.5em; } +b, strong { + color: white; +} + .badge { background: $secondary; padding: 0.5em 1em;