style code blocks

This commit is contained in:
Adam 2024-01-19 20:13:26 -05:00
parent bb3de6becc
commit 46b43eb10e

View file

@ -42,3 +42,36 @@ article ul {
article ol {
@apply list-decimal;
}
.hh4 {
@apply text-orange-600;
}
.hh3 {
@apply text-blue-500;
}
.hh13 {
@apply text-orange-800;
}
.hh10 {
@apply text-slate-500;
}
.hh5 {
@apply text-orange-300;
}
/* dunno what this is yet */
.hh18 {
color: red;
}
.code-block {
@apply bg-black bg-opacity-40 p-3 rounded-lg shadow-lg shadow-black;
}
.code-block-inner {
@apply p-2;
}