Override gray colours

Override the default Tailwind `gray` colours, and update anywhere that
the originals were used.

References #27
This commit is contained in:
Oliver Davies 2020-10-29 00:46:52 +00:00
parent dacbfebc26
commit 530074f176
3 changed files with 13 additions and 3 deletions

View file

@ -7,7 +7,7 @@
th,
td {
@apply px-4 py-2 border border-solid border-gray-300
@apply px-4 py-2 border border-solid border-gray-200
}
}

View file

@ -19,7 +19,7 @@ a {
}
blockquote {
@apply pl-5 border-l-4 border-gray-300 italic
@apply pl-5 border-l-4 border-gray-200 italic
}
iframe {