New Golang Backend + Minor Fixes

This commit is contained in:
shiny_nematoda 2022-04-13 08:03:42 -04:00
parent f80a86a3ae
commit 03b4c151f9
8 changed files with 24 additions and 20 deletions

View file

@ -81,7 +81,7 @@ body {
-moz-osx-font-smoothing: grayscale;
}
.placeholder:empty:before {
--url: url('./bg_music.svg');
--url: url('/bg_music.svg');
content: '';
background-image: var(--url);
background-size: contain;