diff --git a/oliverbooth.dev/wwwroot/css/site.scss b/src/scss/app.scss similarity index 99% rename from oliverbooth.dev/wwwroot/css/site.scss rename to src/scss/app.scss index 3864c9e..ea507f4 100644 --- a/oliverbooth.dev/wwwroot/css/site.scss +++ b/src/scss/app.scss @@ -1,4 +1,4 @@ -html, body { +html, body { background: #121212; color: #f5f5f5; font-family: sans-serif; @@ -154,4 +154,4 @@ pre code span.line { .hljs-ln-code { padding-left: 10px; -} \ No newline at end of file +}