about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--style.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/style.css b/style.css
index 6463f24..e9fd751 100644
--- a/style.css
+++ b/style.css
@@ -20,16 +20,3 @@ h1, h2, h3, h4 {
 var {
 	font-family: serif;
 }
-
-/*
-Firefox only supports conic gradients as of 83.0, so for the time
-being, we need to provide a fallback for the logo.
-*/
-
-.logo { display: none; }
-.no-logo { display: block; }
-
-@supports (background: conic-gradient(from 0.25turn, red, magenta, blue, aqua, lime, yellow, red)) {
-	.logo { display: block; }
-	.no-logo { display: none; }
-}