From c87223dcdb8d5b7fad7a797996599179c4228787 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 4 Aug 2023 12:44:03 +0100 Subject: [PATCH] refactor: rename site scss to app --- oliverbooth.dev/wwwroot/css/site.scss => src/scss/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename oliverbooth.dev/wwwroot/css/site.scss => src/scss/app.scss (99%) 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 +}