mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: inline code within link (#321)
* feat: inline code with link * fix: decoration style
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user