wiki锚点跳转功能-样式

This commit is contained in:
谢思 2023-04-04 14:50:37 +08:00
parent 16e5536840
commit 2b72c68cb9
1 changed files with 18 additions and 0 deletions

View File

@ -394,4 +394,22 @@ button.btngrey{
border-color:rgba(153, 153, 153, 0.5);
color: #666666;
}
}
.markdown_anchors{
position: relative;
}
.markdown_anchors:hover {
.anchors{
display: inline-block;
}
}
.markdown_anchors {
.anchors:hover{
text-decoration: none;
}
}
.markdown_anchors .anchors {
color: inherit;
margin-left: -14px;
display: none;
}