2022-07-17 21:40:41 +08:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
.task-list-item::before {
|
|
|
|
@apply hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task-list-item {
|
|
|
|
@apply list-none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footnotes {
|
2023-08-16 23:29:22 +08:00
|
|
|
@apply mt-12 border-t border-gray-200 pt-8 dark:border-gray-700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.data-footnote-backref {
|
|
|
|
@apply no-underline;
|
2022-07-17 21:40:41 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.csl-entry {
|
|
|
|
@apply my-5;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* https://stackoverflow.com/questions/61083813/how-to-avoid-internal-autofill-selected-style-to-be-applied */
|
|
|
|
input:-webkit-autofill,
|
|
|
|
input:-webkit-autofill:focus {
|
2023-08-16 23:29:22 +08:00
|
|
|
transition:
|
|
|
|
background-color 600000s 0s,
|
|
|
|
color 600000s 0s;
|
2022-07-17 21:40:41 +08:00
|
|
|
}
|