diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-11 22:35:14 +0200 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-11 22:35:14 +0200 |
commit | 60fe49ea3af38d4a7d5e8de1cdb72887b167b22d (patch) | |
tree | bb05011c311b74c7c7676b7b689bbbc2c8546c9a /themes/ananke/src/css/_social-icons.css | |
parent | 60b4299cb90a5b3f6e74ffd0ee0f51a0008fb3cf (diff) | |
download | gabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.tar.gz gabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.tar.bz2 gabrielgio.me-60fe49ea3af38d4a7d5e8de1cdb72887b167b22d.zip |
Moving from jekyll to hugo
Diffstat (limited to 'themes/ananke/src/css/_social-icons.css')
-rw-r--r-- | themes/ananke/src/css/_social-icons.css | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/themes/ananke/src/css/_social-icons.css b/themes/ananke/src/css/_social-icons.css new file mode 100644 index 0000000..148d99f --- /dev/null +++ b/themes/ananke/src/css/_social-icons.css @@ -0,0 +1,64 @@ +.facebook, .twitter, .instagram, .youtube, .github, .gitlab, .keybase, .linkedin, .medium, .mastodon, .slack, .stackoverflow, .rss { + 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; +} + +.keybase:hover { + fill: #3d76ff; +} + +.linkedin:hover { + fill: #0077b5 +} + +.medium:hover { + fill: #0077b5 +} + +.mastodon:hover { + fill: #3088d4; +} + +.slack:hover { + fill: #E01E5A; +} + +.stackoverflow:hover { + fill: #f48024; +} + +.rss:hover{ + fill: #ff6f1a; +} |