diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-26 05:10:31 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-26 05:10:31 +0000 |
| commit | 087c68bd8597939a93210dc7ea1503d6901e3aab (patch) | |
| tree | 7c51b8666808b4b032baa16c07715a4eb17d039b /docs/dist/css/bootstrap.css | |
| parent | ba2d556455c6dad083d31bf052e1f1d09a7da99a (diff) | |
| download | bootstrap-087c68bd8597939a93210dc7ea1503d6901e3aab.tar.xz bootstrap-087c68bd8597939a93210dc7ea1503d6901e3aab.zip | |
automatic `grunt dist`
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 15929f02e..4f5f45f3c 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1344,31 +1344,36 @@ mark, .text-primary { color: #337ab7; } -a.text-primary:hover { +a.text-primary:hover, +a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } -a.text-success:hover { +a.text-success:hover, +a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } -a.text-info:hover { +a.text-info:hover, +a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } -a.text-warning:hover { +a.text-warning:hover, +a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } -a.text-danger:hover { +a.text-danger:hover, +a.text-danger:focus { color: #843534; } .bg-primary { |
