ZZZ-Plugin/resources/common/layout/index.scss
2024-07-08 13:13:22 +08:00

31 lines
566 B
SCSS

@charset "UTF-8";
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
font-family: 'zzz', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
transform-origin: 0 0;
font-size: 24px;
width: 840px;
}
.container {
background: url('../images/bg.jpg') no-repeat center center;
background-size: cover;
color: white;
}
.copyright {
text-align: center;
font-size: 0.7em;
color: #797979;
padding-bottom: 2em;
.highlight {
color: #fff;
}
}