mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: content link style (#86)
* Update memo-content.less * Update web/src/less/memo-content.less Co-authored-by: Steven <imrealleonardo@gmail.com>
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
@apply inline-block text-blue-600 cursor-pointer underline hover:opacity-80;
|
@apply inline-block text-blue-600 cursor-pointer underline break-all hover:opacity-80;
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter-block,
|
.counter-block,
|
||||||
|
Reference in New Issue
Block a user