background change
This commit is contained in:
parent
6e1e5fa96e
commit
d016dd97eb
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--header-image: url('./bgHOME4.png');
|
--header-image: url('./bgHOME4.png');
|
||||||
--body-bg-image: url('./background2.png');
|
--body-bg-image: url('./abstract2.jpg');
|
||||||
|
|
||||||
/* colors */
|
/* colors */
|
||||||
/* --content: #c3aae5; */
|
/* --content: #c3aae5; */
|
||||||
@ -67,9 +67,9 @@ and then link it! Many fonts have separate files for each style
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
/* background-color: #08031A; */
|
/* background-color: #08031A; */
|
||||||
/* you can delete the line below if you'd prefer to not use an image */
|
/* you can delete the line below if you'd prefer to not use an image */
|
||||||
background-repeat: no-repeat;
|
/* background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover; */
|
||||||
color: #e9e4de;
|
color: #e9e4de;
|
||||||
background-image: var(--body-bg-image);
|
background-image: var(--body-bg-image);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user