From b6f685beeccbc1d296ba1f33d81dd6d7a7b0fe6e Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 14 Jun 2026 15:53:56 -0400 Subject: [PATCH] =?UTF-8?q?logo:=20flip=20180=C2=B0=20on=20playground=20+?= =?UTF-8?q?=20repl=20to=20match=20homepage=20inverted-=CE=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wasm/app/style.css | 3 +++ www/playground/style.css | 3 +++ www/repl/style.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/wasm/app/style.css b/wasm/app/style.css index bd3af40..94e03a9 100644 --- a/wasm/app/style.css +++ b/wasm/app/style.css @@ -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 { diff --git a/www/playground/style.css b/www/playground/style.css index bd3af40..94e03a9 100644 --- a/www/playground/style.css +++ b/www/playground/style.css @@ -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 { diff --git a/www/repl/style.css b/www/repl/style.css index bd3af40..94e03a9 100644 --- a/www/repl/style.css +++ b/www/repl/style.css @@ -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 {