diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-12-15 18:31:40 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-12-15 18:31:40 +0100 |
commit | 8befe4f7db47ccf62993a9f178ee597a38c5f28a (patch) | |
tree | b4b99fabb3f63ba56b5c164692252ab93285e1e1 /themes/theme2.less | |
parent | 8c3fd7a2ab97beaabcc9c6cd1ca1e56c74e5e077 (diff) |
make info text visible
Diffstat (limited to 'themes/theme2.less')
-rw-r--r-- | themes/theme2.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/theme2.less b/themes/theme2.less index 01d3a01c..8e49cffd 100644 --- a/themes/theme2.less +++ b/themes/theme2.less @@ -10,8 +10,8 @@ @state-success-bg: lighten(@brand-success,40%); @state-success-border: darken(spin(@state-success-bg, -10), 5%); -@state-info-text: #fff; -@state-info-bg: @brand-info;//#d9edf7; +@state-info-text: @brand-info; +@state-info-bg: lighten(@brand-info,40%);//#d9edf7; @state-info-border: darken(spin(@state-info-bg, -10), 7%); @state-warning-text: #8a6d3b; |