7 lines
153 B
SCSS
7 lines
153 B
SCSS
|
|
.VPContent {
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
background-position: center center;
|
|
background-image: var(--vt-bg-content);
|
|
} |