diff options
| author | Mark Otto <[email protected]> | 2016-07-27 09:40:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-27 09:40:40 -0700 |
| commit | c7de6107a86ebe65a6f5d5b88884256e5094ca92 (patch) | |
| tree | 3fd0a7abcbb35c0e679e21fd38ed95c2c4b8ba45 /docs/assets/css | |
| parent | 25901d31c26227e5ae9f63df02458291a11830d2 (diff) | |
| download | bootstrap-c7de6107a86ebe65a6f5d5b88884256e5094ca92.tar.xz bootstrap-c7de6107a86ebe65a6f5d5b88884256e5094ca92.zip | |
prep releasev4.0.0-alpha.3
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index a31994ed3..3d4f5a396 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -65,6 +65,8 @@ padding: 3rem 15px 2rem; color: #cdbfe3; text-align: center; + background-image: -webkit-linear-gradient(315deg, #271b38, #563d7c, #7952b3); + background-image: -o-linear-gradient(315deg, #271b38, #563d7c, #7952b3); background-image: linear-gradient(135deg, #271b38, #563d7c, #7952b3); } @@ -1535,6 +1537,8 @@ *:hover > .anchorjs-link { opacity: .75; + -webkit-transition: color .16s linear; + -o-transition: color .16s linear; transition: color .16s linear; } @@ -1542,6 +1546,4 @@ .anchorjs-link:focus { text-decoration: none; opacity: 1; -} - -/*# sourceMappingURL=docs.min.css.map */
\ No newline at end of file +}
\ No newline at end of file |
