diff options
| author | Mark Otto <[email protected]> | 2014-01-18 14:47:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 14:47:29 -0800 |
| commit | 032869a439be4fcd6a28b3304648fb816d4275cf (patch) | |
| tree | 204aae18d4a89907111adeaacd8a31b93a1b316d /dist/css/bootstrap.css | |
| parent | 10a158ff938781dd62440d88750db394d87143aa (diff) | |
| parent | 2115ac525b076f32003c28272703f4e279ab2f46 (diff) | |
| download | bootstrap-032869a439be4fcd6a28b3304648fb816d4275cf.tar.xz bootstrap-032869a439be4fcd6a28b3304648fb816d4275cf.zip | |
Merge pull request #12248 from twbs/bg-variant
refactoring: add & use .bg-variant() mixin
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 26fe5b2e3..4787aac6c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -492,31 +492,31 @@ cite { .text-primary { color: #428bca; } -.text-primary:hover { +a.text-primary:hover { color: #3071a9; } .text-success { color: #3c763d; } -.text-success:hover { +a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } -.text-info:hover { +a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } -.text-warning:hover { +a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } -.text-danger:hover { +a.text-danger:hover { color: #843534; } .bg-primary { |
