aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/src/css/_social-icons.css
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
commit568553394d0a8b34668a75c9839a0f1f426469b2 (patch)
tree175c08844f05611b059ba6900fb6519dbbc735d2 /themes/ananke/src/css/_social-icons.css
parentd5d6f70371958eec0679831abd283498ff2731e5 (diff)
downloadwebsite-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz
website-568553394d0a8b34668a75c9839a0f1f426469b2.zip
theme: Switch to docsy theme
Diffstat (limited to 'themes/ananke/src/css/_social-icons.css')
-rw-r--r--themes/ananke/src/css/_social-icons.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/themes/ananke/src/css/_social-icons.css b/themes/ananke/src/css/_social-icons.css
deleted file mode 100644
index 59ed072..0000000
--- a/themes/ananke/src/css/_social-icons.css
+++ /dev/null
@@ -1,48 +0,0 @@
-.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .linkedin, .medium, .mastodon {
- fill: #BABABA;
-}
-
-.new-window {
- opacity: 0;
- display: inline-block;
- vertical-align: top;
-}
-.link-transition:hover .new-window{
- opacity: 1;
-}
-
-.facebook:hover {
- fill: #3b5998;
-}
-
-.twitter:hover {
- fill: #1da1f2;
-}
-
-.instagram:hover {
- fill: #e1306c;
-}
-
-.youtube:hover {
- fill: #cd201f;
-}
-
-.github:hover {
- fill: #6cc644;
-}
-
-.gitlab:hover {
- fill: #FC6D26;
-}
-
-.linkedin:hover {
- fill: #0077b5
-}
-
-.medium:hover {
- fill: #0077b5
-}
-
-.mastodon:hover {
- fill: #3088d4;
-}