switched to NKJV, improved grading, improved styling

This commit is contained in:
George Powell
2025-12-23 17:33:33 -05:00
parent 93acafc232
commit f9f0928278
16 changed files with 34345 additions and 68 deletions

View File

@@ -2,10 +2,18 @@
@import 'tailwindcss';
@plugin '@tailwindcss/typography';
@theme {
--font-triodion: "PT Serif", serif;
@theme {
--font-triodion: "PT Serif", serif;
}
html, body {
background: oklch(98.11% 0.02777 158.93);
}
.big-text {
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.2em;
color: rgb(107 114 128);
font-weight: 700;
}