diff --git a/stylesheets/ui-variables.less b/stylesheets/ui-variables.less index c76e73f..5b3cb51 100644 --- a/stylesheets/ui-variables.less +++ b/stylesheets/ui-variables.less @@ -6,7 +6,7 @@ @text-color-selected: @text-color-highlight; @text-color-info: #5293d8; -@text-color-success: #529b2f; +@text-color-success: #26c26a; @text-color-warning: #ff982d; @text-color-error: #c00; @@ -18,7 +18,7 @@ @background-color-info: #0098ff; @background-color-success: #17ca65; -@background-color-warning: #ff4800; +@background-color-warning: #ffaa2c; @background-color-error: #c00; @background-color-highlight: rgba(255, 255, 255, 0.07); @background-color-selected: #4182C4;