From 15ac333607390a30bdd9fc3af4243ad3fbf27b17 Mon Sep 17 00:00:00 2001 From: Schlafhase <106097366+Schlafhase@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:45:34 +0200 Subject: [PATCH] this will help people read my posts more easily :) --- lab/login/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lab/login/style.css b/lab/login/style.css index 3f3e0d7a..3d4207af 100644 --- a/lab/login/style.css +++ b/lab/login/style.css @@ -414,3 +414,9 @@ background-clip: text; color: transparent; } + +.post-berdpond { + transform: rotate(180deg); + text-align: end; + font-family: "Comic Sans MS", "Comic Sans", cursive; +}