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