summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-24 18:54:20 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-24 18:54:20 -0500
commitc7005838aaa3758d0089725e77170e2b5fa5b8cd (patch)
tree3a47860f4940fdb83f0f628ecc561c3bdd7ea2b6 /src
parentfix media overflowing on 320px screens (diff)
downloadwebsite-c7005838aaa3758d0089725e77170e2b5fa5b8cd.tar.gz
website-c7005838aaa3758d0089725e77170e2b5fa5b8cd.tar.bz2
website-c7005838aaa3758d0089725e77170e2b5fa5b8cd.zip
add alpha channel to background to allow color to render on overdrawHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/public/img/background.jpgbin3512 -> 0 bytes
-rw-r--r--src/public/img/background.pngbin11400 -> 15331 bytes
-rw-r--r--src/scss/main.scss4
3 files changed, 2 insertions, 2 deletions
diff --git a/src/public/img/background.jpg b/src/public/img/background.jpg
deleted file mode 100644
index 79a8a12..0000000
--- a/src/public/img/background.jpg
+++ /dev/null
Binary files differ
diff --git a/src/public/img/background.png b/src/public/img/background.png
index ea5fc7e..5b58f01 100644
--- a/src/public/img/background.png
+++ b/src/public/img/background.png
Binary files differ
diff --git a/src/scss/main.scss b/src/scss/main.scss
index c713657..362e6b9 100644
--- a/src/scss/main.scss
+++ b/src/scss/main.scss
@@ -111,13 +111,13 @@ html {
color: $white;
font-family: $font;
font-size: 120%;
- background: #181818;
}
body {
- background-image: url("../img/background.jpg?ref=2");
+ background-image: url("../img/background.png?ref=3");
background-repeat: repeat;
background-size: 512px;
+ background-color: #181818;
}
.center {