update end screen transparency
This commit is contained in:
parent
83b8c3db73
commit
101e369da3
@ -129,11 +129,13 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: rgba(255, 255, 255, 0.8)
|
background-color: var(--bg);
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#end_screen * {
|
#end_screen * {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#end_screen_image {
|
#end_screen_image {
|
||||||
|
Loading…
Reference in New Issue
Block a user