mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
swap background to better looking wood
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 378 KiB |
+4
-2
@@ -10,9 +10,11 @@ body {
|
|||||||
font-family: 'EB Garamond', serif;
|
font-family: 'EB Garamond', serif;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background-size: 30%;
|
background-size: 25rem;
|
||||||
background: rgba(87, 50, 20, 0.75) url("/img/background/panels/plaster.png") repeat;
|
background-color: rgba(87, 50, 20, 0.45);
|
||||||
|
background-image: url("/img/background/panels/wood.png");
|
||||||
background-blend-mode: darken;
|
background-blend-mode: darken;
|
||||||
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
|
|||||||
Reference in New Issue
Block a user