Skip to content

Commit

Permalink
Add drop-shadow and small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritlo committed May 5, 2024
1 parent 7faab02 commit 3f0989e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/css/hl.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ img {
max-width: 100%;
height: auto; }

.alternative-logo {
filter: drop-shadow(0px 0px 1px black);
padding-right: 40px; }

.alternative-logo-visible {
display: none; }

Expand Down
Binary file modified site/img/haskell-uwu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="branding">
<br class="hidden-xs alternative-logo-hidden">
<img src="/img/haskell-logo.svg" alt="Haskell" class="img-responsive alternative-logo-hidden">
<img src="/img/haskell-uwu.png" alt="Haskell UwU" class="alternative-logo-visible">
<img src="/img/haskell-uwu.png" alt="Haskell UwU" class="alternative-logo alternative-logo-visible">
<h4 class="summary">An advanced, purely functional programming language</h4>
</div>
</div>
Expand Down

0 comments on commit 3f0989e

Please sign in to comment.