feat(posts): add clean-code

This commit is contained in:
Divlo
2022-02-20 15:12:10 +01:00
parent bcb184e49c
commit 0bf89f4df5
8 changed files with 628 additions and 20 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
@apply text-gray dark:text-gray-dark !max-w-4xl;
}
.prose a {
.prose a,
.prose strong {
@apply text-yellow dark:text-yellow-dark;
}