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% - ); -}