From 12d7600d2cdc0381806f117838a4db7fa8e1c05a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 Oct 2023 02:36:49 +0200 Subject: [PATCH] remove comments --- static/css/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 69f1014..8f5475e 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1,4 +1,3 @@ -/* Parameters light */ @media (prefers-color-scheme: light) { :root { --name-color: #d30f39; @@ -7,7 +6,6 @@ } } -/* Parameters dark */ @media (prefers-color-scheme: dark) { :root { --name-color: #f38ba8;