From 2bc7d847f39bb19ba372f2f65db9c040279874b9 Mon Sep 17 00:00:00 2001 From: b1ek Date: Wed, 22 Feb 2023 17:43:04 +1000 Subject: [PATCH] change label shadow color --- view/ui/label.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/ui/label.pug b/view/ui/label.pug index 27c74ea..5d9f1c5 100644 --- a/view/ui/label.pug +++ b/view/ui/label.pug @@ -9,7 +9,7 @@ mixin label(text, base_color) style=";background-color:" + color + ";background:linear-gradient(to bottom," + color + " 50%," + dark_color + " 100%)" + ";border:1px solid " + pSBC(-0.2, dark_color) + - ";box-shadow:inset 0px 1px 0px 0px " + pSBC(0.75, color) + + ";box-shadow:inset 0px 1px 0px 0px " + pSBC(0.25, color) + ";color:" + text_color + ";text-shadow:0 1px 0 " + pSBC(0.25, color) )= text \ No newline at end of file