diff options
Diffstat (limited to 'pydis_site/static/css')
| -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;  } | 
