diff options
| author | 2022-01-05 15:13:52 +0000 | |
|---|---|---|
| committer | 2022-01-05 15:13:52 +0000 | |
| commit | 5c63524c8871144736147e3b136d633901d0ef9d (patch) | |
| tree | b2e0ce852231bd08a7258fec27e40f8ba8e52a4c /pydis_site/static/css | |
| parent | Merge pull request #637 from python-discord/mbaruh-patch-1 (diff) | |
Add netcup logo to page footer
Diffstat (limited to 'pydis_site/static/css')
| -rw-r--r-- | pydis_site/static/css/base/base.css | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index f3fe1e44..340ff341 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -78,6 +78,14 @@ main.site-content {      color: #00000000;  } +#netcup-logo { +    padding-left: 15px; +    background: url(https://www.netcup-wiki.de/static/assets/images/netcup_logo_white.svg) no-repeat center; +    background-size: 60px; +    background-position: 0px 3px; +    color: #00000000; +} +  #django-logo {      padding-bottom: 2px;      background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center; | 
