diff options
| author | Mark Otto <[email protected]> | 2016-12-22 21:19:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 21:19:12 -0800 |
| commit | 5b2d9f95d583d781bad1644b014b7eed298714a1 (patch) | |
| tree | 8ff114701cbb6ad774ac5cce95ac7a7ccbf7ba94 /docs/assets/css/docs.min.css | |
| parent | ba86c314a46d70385ddc7ecdbf17874487065af5 (diff) | |
| download | bootstrap-5b2d9f95d583d781bad1644b014b7eed298714a1.tar.xz bootstrap-5b2d9f95d583d781bad1644b014b7eed298714a1.zip | |
grunt
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index bb1134313..edcf73f84 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -51,6 +51,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); } @@ -1529,13 +1531,19 @@ .language-bash::before { color: #009; content: "$ "; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .language-powershell::before { color: #009; content: "PM> "; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .anchorjs-link { @@ -1550,6 +1558,8 @@ *:hover > .anchorjs-link { opacity: .75; + -webkit-transition: color .16s linear; + -o-transition: color .16s linear; transition: color .16s linear; } @@ -1557,6 +1567,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 |
