From eb8103d1d27a4ea13989a12e015a85919f4fa62f Mon Sep 17 00:00:00 2001 From: neko Date: Fri, 9 Apr 2021 21:44:58 +0200 Subject: [PATCH] added filtering to the screen --- assets/css/crt-screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/crt-screen.css b/assets/css/crt-screen.css index f10fcd9..da8c5ab 100644 --- a/assets/css/crt-screen.css +++ b/assets/css/crt-screen.css @@ -35,4 +35,5 @@ layout: none height: 584px; pointer-events: all; background: #241c11 !important; + filter: sepia(94%) hue-rotate(-12deg) saturate(350%) brightness(0.8); ; \ No newline at end of file