diff options
author | 2021-06-27 16:12:07 +0800 | |
---|---|---|
committer | 2021-06-27 16:12:07 +0800 | |
commit | cc59fc79b6e4fe23b5630577e492a1fb0ef08852 (patch) | |
tree | dd1d389ba271371d6a3143dc80426b5f680407e5 /pydis_site/static/css | |
parent | Address review comments. (diff) | |
parent | Merge pull request #536 from bast0006/fix-nitro-message (diff) |
Merge branch 'main' into move-config-docs-to-contributing-guide
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; } |