diff options
| author | Mark Otto <[email protected]> | 2012-12-20 01:21:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 01:21:09 -0800 |
| commit | cdb25e11ef6f13f095eacbef731cf43902230203 (patch) | |
| tree | 2f4c13b9c8fedd68763d979b395804db3953577e /less | |
| parent | 4e54e7bb358b3cc4ad5c228c76aa13c7ce94fe75 (diff) | |
| download | bootstrap-cdb25e11ef6f13f095eacbef731cf43902230203.tar.xz bootstrap-cdb25e11ef6f13f095eacbef731cf43902230203.zip | |
lighter buttons closer to todays versions
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 358784e57..f5103cca6 100644 --- a/less/variables.less +++ b/less/variables.less @@ -75,8 +75,8 @@ // Buttons // ------------------------- -@btn-background: #fafafa; -@btn-background-highlight: #dadada; +@btn-background: #fff; +@btn-background-highlight: #eaeaea; @btn-background-primary: @link-color; @btn-background-primary-highlight: darken(@link-color, 10%); |
