diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index a31994ed3e92b21fa6ac24123b0e7126c4005e46..3d4f5a39616e6ec0d0eb65f009d63b34d64d1697 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 diff --git a/docs/dist/css/bootstrap.css.map b/docs/dist/css/bootstrap.css.map index 28411af9346416951b020354be03bc3aee1e37dc..1dc15e5bd592a8bd1a06341f8434e38ba0856ce9 100644 Binary files a/docs/dist/css/bootstrap.css.map and b/docs/dist/css/bootstrap.css.map differ