shimmer-systems/sass/globals.scss

11 lines
208 B
SCSS
Raw Normal View History

2023-04-12 01:48:18 +00:00
body {
background-color: #BF6375;
}
.section {
background-image: url('/cmark.png');
background-position-y: 55%;
background-position-x: 26%;
background-size: 400px;
background-repeat: no-repeat;
}