diff options
| author | 2023-12-08 09:30:11 +0000 | |
|---|---|---|
| committer | 2023-12-08 09:30:27 +0000 | |
| commit | 1389278ec1c373d12b598f174b541ee6a516a2ce (patch) | |
| tree | d9e54bb2245e1701196b49216223790b621aa891 /pydis_site/static/css | |
| parent | Lazy load footer images (#1161) (diff) | |
Fix broken netcup icon in "Powered by" footer
The original URL this was hosted at is no longer available. Incorporate
the netcup icon as found on
https://www.netcup.de/ueber-netcup/werbemittel/index.php.
Diffstat (limited to 'pydis_site/static/css')
| -rw-r--r-- | pydis_site/static/css/base/base.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index 3de40d5c..79a8a92d 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -79,7 +79,7 @@ main.site-content {  #netcup-logo {      padding-left: 15px; -    background: url(https://www.netcup-wiki.de/static/assets/images/netcup_logo_white.svg) no-repeat center; +    background: url(/static/images/sponsors/netcup-white.svg) no-repeat center;      background-size: 60px;      background-position: 0px 3px;      color: #00000000; | 
