From 6b8b8be3b5b2cd018cf2f8a806e223992049c2a5 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 17 Jan 2024 17:10:42 +0100 Subject: [PATCH] Taking out color gradient until I can figure something smoother... --- assets/css/base.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/assets/css/base.css b/assets/css/base.css index aab2928..321f7e6 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -26,19 +26,3 @@ footer a { padding-top: 20px; padding-bottom: 20px; } - -/* Display a trans pride flag as background of the content area - Why? To trigger the people who'd ask, that's why. */ -#content { - background: linear-gradient( - 0, - rgba(91, 206, 250, 0.1) 20%, - rgba(245, 169, 184, 0.1) 20%, - 40%, - #ffffff 40%, - 60%, - rgba(245, 169, 184, 0.1) 60%, - 80%, - rgba(91, 206, 250, 0.1) 80% - ); -}