swap background to better looking wood

This commit is contained in:
2023-03-29 22:06:56 +02:00
parent 5b4278cf30
commit 1a3a493df4
2 changed files with 4 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

+4 -2
View File
@@ -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 {