feat: inline code within link (#321)

* feat: inline code with link

* fix: decoration style
This commit is contained in:
winwin2011
2022-10-20 21:21:30 +08:00
committed by GitHub
parent 69e3ba6bed
commit 180ae206c7
4 changed files with 23 additions and 4 deletions

View File

@ -31,7 +31,10 @@
}
.link {
@apply text-blue-600 cursor-pointer underline break-all hover:opacity-80;
@apply text-blue-600 cursor-pointer underline break-all hover:opacity-80 decoration-1;
code {
@apply underline decoration-1;
}
}
.ol-block,