mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 09:19:09 +08:00
chore: fix link style
This commit is contained in:
parent
48a20c2b38
commit
92e7631032
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
||||||
@apply inline-block text-blue-600 cursor-pointer font-bold border-none no-underline hover:opacity-80;
|
@apply inline-block text-blue-600 cursor-pointer font-bold border-none no-underline hover:opacity-80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link {
|
||||||
|
@apply inline-block text-blue-600 cursor-pointer underline hover:opacity-80;
|
||||||
|
}
|
||||||
|
|
||||||
.counter-block,
|
.counter-block,
|
||||||
.todo-block {
|
.todo-block {
|
||||||
@apply inline-block text-center w-6 font-mono;
|
@apply inline-block text-center w-6 font-mono;
|
||||||
|
|
Loading…
Reference in a new issue