From 101e369da3449d07719ea047474ae73d7757163e Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 20 Apr 2023 16:34:06 +0100 Subject: [PATCH] update end screen transparency --- styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {