From ed374094f405efa094dd1b3dc8f2574a2027b121 Mon Sep 17 00:00:00 2001 From: neko Date: Fri, 9 Apr 2021 21:50:27 +0200 Subject: [PATCH] changed background intensity for better contrast --- assets/css/crt-screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/crt-screen.css b/assets/css/crt-screen.css index da8c5ab..fcd67da 100644 --- a/assets/css/crt-screen.css +++ b/assets/css/crt-screen.css @@ -34,6 +34,6 @@ layout: none width: 768px; height: 584px; pointer-events: all; - background: #241c11 !important; + background: #0d0907 !important; filter: sepia(94%) hue-rotate(-12deg) saturate(350%) brightness(0.8); ; \ No newline at end of file