Fixing bg image on all pages issue

This commit is contained in:
2023-10-18 15:18:29 -07:00
parent 961c976900
commit 783191b0a4
2 changed files with 10 additions and 4 deletions

View File

@@ -1,9 +1,12 @@
body {
/* background-color: #212121; */
background-image: url("/img/bg.png");
background-color: #212121;
font-family: 'Courier New', monospace;
color: #dcdcdc;
}
.main-page {
background-image: url("/img/bg.png");
}
html {
scroll-behavior: smooth;
display: flex;