chore: fix link style

This commit is contained in:
boojack 2022-05-08 23:17:11 +08:00
parent 48a20c2b38
commit 92e7631032

View File

@ -16,6 +16,10 @@
@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,
.todo-block {
@apply inline-block text-center w-6 font-mono;