Skip to content

Commit

Permalink
stronger text shadow for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Apr 29, 2024
1 parent b0b777f commit 36a372a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

h2 {
color: #fff;
text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
text-shadow: rgba(0, 0, 0, 0.75) 0px 4px 10px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div id="upspace"></div>
<img class="highlight-wordmark" src="{{ site.baseurl }}/image/home/wordmark.png" alt="Faithful Wordmark" />
<h2>Providing a higher-resolution experience since 2010.</h2>
<div class="container">
<div class="container py-3">
<p class="blurple banner">
<a href="https://discord.gg/sN9YRQbBv7">Join our Discord now and contribute to the project!</a>
</p>
Expand Down

0 comments on commit 36a372a

Please sign in to comment.