Skip to content

Commit c7de610

Browse files
committed
prep release
1 parent 25901d3 commit c7de610

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/assets/css/docs.min.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
padding: 3rem 15px 2rem;
6666
color: #cdbfe3;
6767
text-align: center;
68+
background-image: -webkit-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
69+
background-image: -o-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
6870
background-image: linear-gradient(135deg, #271b38, #563d7c, #7952b3);
6971
}
7072

@@ -1535,13 +1537,13 @@
15351537

15361538
*:hover > .anchorjs-link {
15371539
opacity: .75;
1540+
-webkit-transition: color .16s linear;
1541+
-o-transition: color .16s linear;
15381542
transition: color .16s linear;
15391543
}
15401544

15411545
*:hover > .anchorjs-link:hover,
15421546
.anchorjs-link:focus {
15431547
text-decoration: none;
15441548
opacity: 1;
1545-
}
1546-
1547-
/*# sourceMappingURL=docs.min.css.map */
1549+
}

docs/dist/css/bootstrap.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)