diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/theme2.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/theme2.less b/themes/theme2.less index 07706b2c..01d3a01c 100644 --- a/themes/theme2.less +++ b/themes/theme2.less @@ -1,13 +1,13 @@ @import "../vendor/bootstrap/less/variables"; @brand-primary: #41145A; -@brand-success: #46FFA1; +@brand-success: #33CC24; @brand-info: #6E50B4; @brand-warning: #FF8232; @brand-danger: #FF5A46; -@state-success-text: darken(@brand-success,40%); -@state-success-bg: @brand-success; +@state-success-text: @brand-success; +@state-success-bg: lighten(@brand-success,40%); @state-success-border: darken(spin(@state-success-bg, -10), 5%); @state-info-text: #fff; |