From 0f959f6a78725eaf27a22333e970098ac62fc658 Mon Sep 17 00:00:00 2001 From: JaegerwaldDev <86529399+JaegerwaldDev@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:07:10 +0200 Subject: [PATCH] added link to tumblr blog --- assets/textures/tumblr.png | Bin 0 -> 178 bytes index.html | 1 + style.css | 35 +++++++++-------------------------- 3 files changed, 10 insertions(+), 26 deletions(-) create mode 100644 assets/textures/tumblr.png diff --git a/assets/textures/tumblr.png b/assets/textures/tumblr.png new file mode 100644 index 0000000000000000000000000000000000000000..29bb43555c62a785a92f27d3c05759d08776c2ac GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sDEfH31!Z9ZwBpu4AwV~B-+vP8iFj-`PI>J=J{4mJpKEb!qu zz_Rotn*`f}+kPAe=DKycrRWE~X?2w7SklyJ-mt>Kh3y4nmvM=wVTuAHGcyBMr-ZTwitter
GitHub
Discord
+
tumblr
diff --git a/style.css b/style.css index 81afa26..fd1a774 100644 --- a/style.css +++ b/style.css @@ -107,31 +107,10 @@ body { .wantUpdates { color: white; } -.youtube::after { - content: ""; - height: 16px; - width: 3px; - background-color: white; - display: inline-block; - margin-left: 8px; - position: relative; - top: 2px; - cursor: default; - transition-duration: 0.350s; -} -.twitter::after { - content: ""; - height: 16px; - width: 3px; - background-color: white; - display: inline-block; - margin-left: 8px; - position: relative; - top: 2px; - cursor: default; - transition-duration: 0.350s; -} -.github::after { +.youtube::after, +.twitter::after, +.github::after, +.discord::after { content: ""; height: 16px; width: 3px; @@ -157,6 +136,9 @@ body { .discord::before { background-image: url("assets/textures/discord.png"); } +.tumblr::before { + background-image: url("assets/textures/tumblr.png"); +} .disclaimer { position: fixed; top: 16px; @@ -197,7 +179,8 @@ body { .links > *:hover::after { top: 2px; } - .twitter::after { + .twitter::after, + .discord::after { display: none; } .links {