File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import LookbookHeader from '~components/LookbookHeader.astro';
4
4
import TagCloudFilter from ' ~components/TagCloudFilter.astro' ;
5
5
import Layout from ' ~layouts/Layout.astro' ;
6
6
import backPattern from ' ../images/ricepaper-reduced-dark.png?url' ;
7
+ import gradientBack from ' ../images/so-mi-gradient-back-666x.webp?url' ;
7
8
---
8
9
9
10
<Layout title =" 2.5d lookbook" >
@@ -33,10 +34,16 @@ import backPattern from '../images/ricepaper-reduced-dark.png?url';
33
34
</div >
34
35
</Layout >
35
36
36
- <style define:vars ={ {' page-background-pattern' : ` url(${backPattern }) ` }} >
37
+ <style define:vars ={ {' page-background-pattern' : ` url(${backPattern }) ` , ' page-gradient-back ' : ` url(${ gradientBack }) ` }} >
37
38
.back-pattern {
38
39
background-color: var(--color-background);
39
- background-image: var(--page-background-pattern);
40
- background-repeat: repeat;
40
+ /* background-image: var(--page-background-pattern), var(--page-gradient-back);
41
+ background-repeat: repeat, no-repeat;
42
+ background-size: auto, contain;
43
+ background-position: top left, top center; */
44
+ background-image: var(--page-gradient-back);
45
+ background-repeat: no-repeat;
46
+ background-size: contain;
47
+ background-position: top center;
41
48
}
42
49
</style >
You can’t perform that action at this time.
0 commit comments