diff --git a/css/default.css b/css/default.css index e86aa0e..895e7ea 100644 --- a/css/default.css +++ b/css/default.css @@ -336,6 +336,23 @@ video { align-items: center; } +#sticker label:hover { + cursor: pointer; +} + +#sticker-toggle { + display: none; +} + +#sticker-toggle:checked ~ #sticker { + bottom: 1em; + left: 1em; +} + +#sticker-toggle:checked ~ #sticker img { + display: none; +} + @media (max-width: 319px) { body { width: 90%; diff --git a/flake.nix b/flake.nix index a6f3401..6e9f8f7 100644 --- a/flake.nix +++ b/flake.nix @@ -42,6 +42,7 @@ buildInputs = with pkgs; [ cabal-install haskellPackages.fourmolu + prettier (texlive.combine { inherit (texlive) diff --git a/templates/default.html b/templates/default.html index 4406bfd..788e647 100644 --- a/templates/default.html +++ b/templates/default.html @@ -54,13 +54,16 @@ $endfor$ +
- hello! - + +