chore: markdown

This commit is contained in:
lencx
2023-01-19 00:13:10 +08:00
parent 8a3ccb6231
commit 1af173cb24
7 changed files with 108 additions and 43 deletions

15
src/view/markdown/index.scss vendored Normal file
View File

@@ -0,0 +1,15 @@
.md-task {
margin-bottom: 5px;
.ant-breadcrumb-link {
padding: 3px 5px;
transition: all 300ms ease;
border-radius: 4px;
&:hover {
color: rgba(0, 0, 0, 0.88);
background-color: rgba(0, 0, 0, 0.06);
cursor: pointer;
}
}
}