diff options
author | 2021-07-04 21:35:32 -0400 | |
---|---|---|
committer | 2021-07-04 21:35:32 -0400 | |
commit | cb058d85af826077641f7a6b05c07a975122987d (patch) | |
tree | 030c02f91a3cffcc491b848eee25796e7ffb5b23 /pydis_site/static/css | |
parent | Update templates with new resource urls. (diff) | |
parent | Merge pull request #547 from Numerlor/docker-override (diff) |
Merge branch 'main' of https://github.com/python-discord/site into swfarnsworth/smarter-resources/new-resources
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; } |