From cb7d2fe45d7ed895ea3cb6df928981141931d3b1 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 14 Sep 2020 02:37:27 +0200 Subject: [PATCH] fix text weight --- 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 63d090b..55a4530 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -62,7 +62,7 @@ body { #cw-text { font-size: 200%; - font-weight: 800; + font-weight: 700; color: hsl(330deg, 100%, 90%); text-shadow: none; transform: rotate(-45deg);