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;