summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAurelien DAVID <aurelien.david@etu.unistra.fr>2020-12-17 15:35:37 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit8639f9fb36021880d9b1ae93a1e6a7fcd0ab9b58 (patch)
tree0576e685e29d01622e6d30e5fe1f9a420551506e /css
parente6658969aa2b2ef7bc2490261ea9d71ff586c35e (diff)
change svg share + css
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/content.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index d94adcbe7..7d0c14f73 100644
--- a/css/content.css
+++ b/css/content.css
@@ -325,6 +325,14 @@
background-image: url('../img/share.svg');
}
+#app-content .utils .share {
+ opacity: .3;
+}
+
+#app-content .utils .share:hover {
+ opacity: 1;
+}
+
#app-content .utils .more button {
opacity: .3;
}