diff --git a/site/css/hl.css b/site/css/hl.css index bc6c367..7e0c9be 100644 --- a/site/css/hl.css +++ b/site/css/hl.css @@ -294,18 +294,18 @@ img { max-width: 100%; height: auto; } -.alternative-logo { +.alternative-logo-uwu { filter: drop-shadow(0px 0px 1px black); } -.alternative-logo-visible { +#alternative-logo { display: none; } -.alternative-logo .alternative-logo-visible,.alternative-logo-hidden { +.with-alternative-logo #alternative-logo,.alternative-logo-hidden { display: block; max-width: 100%; height: auto; } -.alternative-logo .alternative-logo-hidden { +.with-alternative-logo .alternative-logo-hidden { display: none; } .img-rounded { diff --git a/site/img/haskell-retro.gif b/site/img/haskell-retro.gif new file mode 100644 index 0000000..4d40c8f Binary files /dev/null and b/site/img/haskell-retro.gif differ diff --git a/site/index.html b/site/index.html index dde6417..e4bf96a 100644 --- a/site/index.html +++ b/site/index.html @@ -13,7 +13,7 @@