diff --git a/styles.css b/styles.css index 8131b65..010e4dc 100644 --- a/styles.css +++ b/styles.css @@ -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 {