diff options
author | 2021-06-15 19:14:18 +0000 | |
---|---|---|
committer | 2021-06-15 19:14:18 +0000 | |
commit | 35dc1c46ee55a7b99a6ea067083e31871834e66c (patch) | |
tree | 3d7a2aaaa33bf518bde83450f2a9b32520008ac7 /pydis_site/static | |
parent | Code Jam 8 Site Updates - v2 (#530) (diff) |
Fix error_page stylesheet (#531)
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/error_pages.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |