Blockquote styling

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 7e9cda6463
commit 675d5c846d
2 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,10 @@
@apply font-bold
}
blockquote {
@apply pl-4 border-l-3 border-blue-800 dark:border-blue-400;
}
code {
@apply px-2 py-1 text-sm rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100;
}

View file

@ -24,6 +24,10 @@
@apply mt-6;
}
blockquote {
@apply my-8;
}
ul {
@apply pl-6 list-disc;
}