Skip to content

Commit

Permalink
Update task list styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed Sep 23, 2020
1 parent 2ad6852 commit ba27075
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions view/src/Global.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}
}
/* Headings */
.content h1 {
@apply text-2xl font-semibold mt-4 mb-2;
}
Expand All @@ -34,11 +35,17 @@
@apply font-semibold mt-6 mb-2;
}
/* Links */
.content a,
.link {
@apply text-blue-600 underline break-words break-all;
}
/* Lists */
.content ul, ol {
@apply list-outside;
}
.content ul {
@apply list-disc pl-12 my-4;
}
Expand All @@ -63,6 +70,14 @@
}
}
.content li.task-list-item {
@apply list-none -ml-5;
}
.content li.task-list-item > input[type='checkbox'] {
@apply mr-1;
}
.content .math-inline,
.content .math-inline svg {
@apply inline;
Expand Down

0 comments on commit ba27075

Please sign in to comment.