summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-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 }