mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
22 lines
412 B
CSS
22 lines
412 B
CSS
|
|
:root {
|
|
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0 0 10rem;
|
|
min-height: calc(100vh - 10rem);
|
|
font-family: 'EB Garamond', serif;
|
|
overflow-y: scroll;
|
|
user-select: none;
|
|
background-size: 25rem;
|
|
background-color: rgba(87, 50, 20, 0.45);
|
|
background-image: url("/img/background/panels/wood.png");
|
|
background-blend-mode: darken;
|
|
background-repeat: repeat;
|
|
}
|
|
|
|
#app {
|
|
width: 100%;
|
|
} |