Skip to content

Commit

Permalink
added link to tumblr blog
Browse files Browse the repository at this point in the history
  • Loading branch information
JaegerwaldDev committed Oct 22, 2023
1 parent 91b982a commit 0f959f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 26 deletions.
Binary file added assets/textures/tumblr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<div class="twitter"><a href="https://www.twitter.com/Bastion_MC" target="_blank">Twitter</a></div>
<div class="github"><a href="https://www.github.com/BastionMC" target="_blank">GitHub</a></div>
<div class="discord"><a href="https://discord.gg/KvZJGqMEhU" target="_blank">Discord</a></div>
<div class="tumblr"><a href="https://bastionmc.tumblr.com" target="_blank">tumblr</a></div>
</div>
</div>
<div class="background"></div>
Expand Down
35 changes: 9 additions & 26 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -197,7 +179,8 @@ body {
.links > *:hover::after {
top: 2px;
}
.twitter::after {
.twitter::after,
.discord::after {
display: none;
}
.links {
Expand Down

0 comments on commit 0f959f6

Please sign in to comment.