logo: flip 180° on playground + repl to match homepage inverted-λ

This commit is contained in:
russell@unturf.com 2026-06-14 15:53:56 -04:00
parent aa20e5b2bf
commit b6f685beec
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View file

@ -81,6 +81,9 @@ header {
width: 3.2rem;
height: auto;
display: block;
/* Flip vertically + horizontally (= 180°) to match the inverted-λ
* convention from the homepage's hand-drawn artwork. */
transform: scale(-1, -1);
}
header h1 {