From 3c39d1553de92cd6cac891f2c3b186701ec60332 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 22:40:09 +0100 Subject: Remove unnecessary static files --- static/css/style.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 static/css/style.css (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css deleted file mode 100644 index 0261e9d..0000000 --- a/static/css/style.css +++ /dev/null @@ -1,21 +0,0 @@ -canvas { - width: 64px; - height: 64px; - display: inline-block; - background-color: gainsboro; -} - -@media (prefers-color-scheme: dark) { - body { - color: white; - background-color: black; - } - - a { - color: #5dc1fd; - } - - a:visited { - color: #ed6eff; - } -} -- cgit