Completed initial CAD package guides, tweaked initial code import

This commit is contained in:
Frank Johnson
2021-09-18 23:16:43 -04:00
parent 2f006d3e3b
commit b27bcd2d35
17 changed files with 297 additions and 139 deletions

View File

@@ -48,19 +48,24 @@
.markdown-overrides {
@apply bg-transparent;
}
.markdown-overrides,
.markdown-overrides div {
@apply text-ch-gray-300 bg-transparent;
}
.markdown-overrides a,
.markdown-overrides div a {
@apply text-ch-pink-500 underline bg-transparent;
}
.markdown-overrides h3,
.markdown-overrides div h3 {
@apply text-xl;
}
.markdown-overrides h2,
.markdown-overrides div h2 {
@apply text-2xl;
}
.markdown-overrides h1,
.markdown-overrides div h1 {
@apply text-3xl;
}