This commit is contained in:
parent
6ac38725a8
commit
407414e3de
|
@ -191,7 +191,7 @@ let halo = {
|
|||
//折叠
|
||||
if(isEnableExpander){
|
||||
var expander = document.createElement("i");
|
||||
expander.className = 'fa-sharp fa-solid fa-caret-down code-expander cursor-pointer'
|
||||
expander.className = 'fa-sharp fa-solid fhaofont hao-icon-angle-down code-expander cursor-pointer'
|
||||
customItem.appendChild(expander)
|
||||
|
||||
expander.addEventListener('click', prismToolsFn)
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
#article-container .code-toolbar .toolbar .custom-item>i {
|
||||
cursor: pointer;
|
||||
margin-left: 10px;
|
||||
margin-left: 8px;
|
||||
-webkit-transition: -webkit-transform .2s;
|
||||
transition: transform .2s;
|
||||
transition: transform .2s,-webkit-transform .2s
|
||||
|
|
|
@ -389,4 +389,14 @@ ul li {
|
|||
|
||||
#libCategories .card-wrap:hover .card-info:after {
|
||||
width: 300%
|
||||
}
|
||||
|
||||
.fa-sharp, .fa-solid{
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: var(--fa-display,inline-block);
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
line-height: 1;
|
||||
text-rendering: auto
|
||||
}
|
|
@ -11694,7 +11694,7 @@ blockquote p {
|
|||
|
||||
/* 文章内标题 */
|
||||
#article-container .headerlink::before {
|
||||
content: "\f0c1";
|
||||
content: "\e621";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
}
|
||||
|
||||
|
|
|
@ -45,8 +45,6 @@
|
|||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/6.2.0/css/all.min.css" media="all" onload="this.media='all'">
|
||||
|
||||
<!-- 代码块自动识别语言 -->
|
||||
<th:block th:replace="~{modules/common/code :: code}"/>
|
||||
<!-- 代码块-->
|
||||
|
|
Loading…
Reference in New Issue