Remove properties of the body background
This commit is contained in:
parent
8c26c844e1
commit
47cc380ca0
|
@ -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 {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin'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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue