From f031a1c0f237c0777c72746b4793e2781e1f6b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryanv=C3=A9?= Date: Tue, 27 Jul 2021 00:26:04 -0400 Subject: [PATCH] --mode (#7) --- www.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www.css b/www.css index ad7ff08..48339fe 100644 --- a/www.css +++ b/www.css @@ -41,7 +41,7 @@ h1 { } .sample { - mode: horizontal-tb; + --mode: horizontal-tb; writing-mode: var(--mode); font-size: var(--size, 1em); }