From 9ad0f97e51cd971a16e81137a85a62a8b89eea21 Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 22 Nov 2019 16:52:01 +1100 Subject: [PATCH] sweet delicious yellow --- client/assets/styles/vbox.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/assets/styles/vbox.less b/client/assets/styles/vbox.less index 82a45a82..6947d1f7 100644 --- a/client/assets/styles/vbox.less +++ b/client/assets/styles/vbox.less @@ -60,12 +60,14 @@ button { letter-spacing: 0.1em; - background-color: #996100; + background-color: @yellow; + color: black; border-radius: 0; border: 0; &[disabled] { border: 0.1em solid @gray; border-left: 0; + color: @gray-exists; }; transition-property: 0; @@ -104,7 +106,8 @@ button { line-height: 1.4; letter-spacing: 0.1em; - background-color: #996100; + color: black; + background-color: @yellow; } .vbox-padding {