mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: tag regex (#76)
* fix: tag regex * fix: tag styles * chore: remove usused codes
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.tag-span {
|
||||
@apply inline-block w-auto px-2 text-sm leading-6 border-none rounded mr-1 cursor-pointer text-blue-600 bg-blue-50 hover:text-white hover:bg-blue-600;
|
||||
@apply inline-block w-auto px-2 text-sm leading-6 border-none rounded cursor-pointer text-blue-600 bg-blue-50 hover:text-white hover:bg-blue-600;
|
||||
}
|
||||
|
||||
.memo-link-text {
|
||||
|
Reference in New Issue
Block a user