refactor: rename site scss to app

This commit is contained in:
Oliver Booth 2023-08-04 12:44:03 +01:00
parent 1279bfb82e
commit c87223dcdb
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}