1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Addresses #8199: darker default button

This commit is contained in:
Mark Otto
2013-06-18 11:16:43 -07:00
parent c6c3009dd0
commit 4b4079b224

View File

@@ -91,7 +91,7 @@
// -------------------------
@btn-default-color: #fff;
@btn-default-bg: #a7a9aa;
@btn-default-bg: #474949;
@btn-default-border: @btn-default-bg;
@btn-primary-color: @btn-default-color;