1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat(posts): add clean-code

This commit is contained in:
Divlo
2021-11-09 15:14:31 +01:00
parent bcb184e49c
commit 0bf89f4df5
8 changed files with 628 additions and 20 deletions

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;
}