Remove properties of the body background

This commit is contained in:
Helen Chong 2024-04-23 16:14:46 +08:00
parent 8c26c844e1
commit 47cc380ca0
3 changed files with 1 additions and 7 deletions

View File

@ -3,7 +3,6 @@
/* ------------------- */
:root {
--clr-body-bg: #08031A;
/* --img-body-bg: url('/assets/images/bg/starsforever.png'); */
--clr-body-txt: #fceaff;
--clr-content-bg: #3d2163;
@ -132,8 +131,6 @@ body {
font-family: var(--ff-primary), Arial, Helvetica, sans-serif;
color: var(--clr-body-txt);
background-color: var(--clr-body-bg);
background-image: var(--img-body-bg);
background-attachment: fixed;
}
h1 {

View File

@ -4,7 +4,7 @@
<subtitle>Leilukin&#39;s personal website.</subtitle>
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
<link href="https://leilukin.neocities.org"/>
<updated>2024-04-23T08:12:34Z</updated>
<updated>2024-04-23T08:13:45Z</updated>
<id>https://leilukin.neocities.org</id>
<author>
<name>Leilukin</name>

View File

@ -3,7 +3,6 @@
/* ------------------- */
:root {
--clr-body-bg: #08031A;
/* --img-body-bg: url('/assets/images/bg/starsforever.png'); */
--clr-body-txt: #fceaff;
--clr-content-bg: #3d2163;
@ -132,8 +131,6 @@ body {
font-family: var(--ff-primary), Arial, Helvetica, sans-serif;
color: var(--clr-body-txt);
background-color: var(--clr-body-bg);
background-image: var(--img-body-bg);
background-attachment: fixed;
}
h1 {