summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-28 10:20:08 +0100
committerYorhel <git@yorhel.nl>2019-12-09 10:42:57 +0100
commitfa7b9e6a14a1597516738a75b6dfb9d326be7d48 (patch)
treeba2d1464da532660bc862fa5239e73f9610bd06c /data
parent6e213e9274014bebf22e2e206467df091810ea6b (diff)
Add SubscribeStar button
Diffstat (limited to 'data')
-rw-r--r--data/style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index 6ab68d21..ebe5ae08 100644
--- a/data/style.css
+++ b/data/style.css
@@ -237,8 +237,11 @@ fieldset.submit .textpreview { margin: 0 auto }
#menulist .logout { border: 0; background: none; color: $maintext$; cursor: pointer }
#menulist .logout:hover { text-decoration: underline }
-#patreon { opacity: 0.6; border-bottom: none!important }
-#patreon:hover { opacity: 1 }
+#support { line-height: 0; height: 41px }
+#support img { height: 19px; object-fit: none }
+#support a { opacity: 0.7; border-bottom: none!important; display: inline-block }
+#support a:hover { opacity: 1 }
+#support a:hover img { position: absolute; left: 0; top: 0; height: 38px; z-index: 99 }