chore: Change default blue colour

This commit is contained in:
Oliver Davies 2021-09-08 23:13:12 +01:00
parent d7e543ea4b
commit efe36b53d8
7 changed files with 10 additions and 7 deletions

View file

@ -4,7 +4,7 @@
}
blockquote {
@apply pl-4 border-l-3 border-blue-800 dark:border-blue-400;
@apply pl-4 border-l-3 border-blue-primary dark:border-blue-400;
}
code {