update end screen transparency

This commit is contained in:
2023-04-20 16:34:06 +01:00
parent 83b8c3db73
commit 101e369da3

View File

@@ -129,11 +129,13 @@ body {
flex-direction: column;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.8)
background-color: var(--bg);
opacity: 0.8;
}
#end_screen * {
width: fit-content;
opacity: 1;
}
#end_screen_image {