aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css/base
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-24 09:44:18 +0200
committerGravatar GitHub <[email protected]>2021-02-24 09:44:18 +0200
commit2f3c30f954563f3b72e48fbcc38a8619bfc67d3e (patch)
treeaef821bf2d984b93c322f465d4f401097f1d3d0d /pydis_site/static/css/base
parentUpdate helper count (diff)
parentAdd powered by linode to the footer (diff)
Merge pull request #448 from python-discord/add-linode-footer
Add powered by linode to the footer
Diffstat (limited to 'pydis_site/static/css/base')
-rw-r--r--pydis_site/static/css/base/base.css8
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 b53ff5d4..a1d325f9 100644
--- a/pydis_site/static/css/base/base.css
+++ b/pydis_site/static/css/base/base.css
@@ -69,6 +69,14 @@ main.site-content {
background-color: transparent;
}
+#linode-logo {
+ padding-left: 15px;
+ background: url(https://www.linode.com/wp-content/uploads/2021/01/Linode-Logo-Black.svg) no-repeat center;
+ filter: invert(1) grayscale(1);
+ background-size: 60px;
+ color: #00000000;
+}
+
#django-logo {
padding-bottom: 2px;
background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center;