diff options
| author | Mark Otto <[email protected]> | 2016-10-27 22:29:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 22:29:10 -0700 |
| commit | cecf0db2ce5e4687579d9510dca6cc205ef43d7b (patch) | |
| tree | aea411953bd624ac6e09360dd399d2a88d8c26a8 /docs/assets/css/docs.min.css | |
| parent | ccb5248205efb8176aeb845b69a3e9c414e0dc69 (diff) | |
| download | bootstrap-cecf0db2ce5e4687579d9510dca6cc205ef43d7b.tar.xz bootstrap-cecf0db2ce5e4687579d9510dca6cc205ef43d7b.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 234785015..e2c4402b9 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); } @@ -1516,13 +1518,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 { @@ -1537,6 +1545,8 @@ *:hover > .anchorjs-link { opacity: .75; + -webkit-transition: color .16s linear; + -o-transition: color .16s linear; transition: color .16s linear; } @@ -1544,6 +1554,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 |
