From 73cd0ca74e62073540bdd33f739f42ca503d6153 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 17 Aug 2022 03:22:13 +0200 Subject: [PATCH] reduce cw rotation --- style/shiny/single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/single.css b/style/shiny/single.css index 477c5bc..b42ba90 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -53,7 +53,7 @@ font-weight: 700; color: hsl(330deg, 100%, 90%); text-shadow: none; - transform: rotate(-45deg); + transform: rotate(-15deg); background: hsl(330deg, 40%, 16%); padding: 0.25em 0.5em;