From 35dc1c46ee55a7b99a6ea067083e31871834e66c Mon Sep 17 00:00:00 2001 From: Fares Ahmed Date: Tue, 15 Jun 2021 19:14:18 +0000 Subject: Fix error_page stylesheet (#531) --- pydis_site/static/css/error_pages.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/static') diff --git a/pydis_site/static/css/error_pages.css b/pydis_site/static/css/error_pages.css index e59e2a54..042a53a0 100644 --- a/pydis_site/static/css/error_pages.css +++ b/pydis_site/static/css/error_pages.css @@ -48,7 +48,6 @@ li { display: flex; flex-direction: column; max-width: 512px; - background-color: white; border-radius: 20px; overflow: hidden; box-shadow: 5px 7px 40px rgba(0, 0, 0, 0.432); @@ -64,4 +63,5 @@ li { .content-box { padding: 25px; + background: #fff; } -- cgit v1.2.3