feat: Updates to phone system article, updates stylesheets.
All checks were successful
CI / release (push) Successful in 6m3s

This commit is contained in:
2025-04-07 11:44:37 -04:00
parent cdd1dca030
commit 8cda888a87
4 changed files with 37 additions and 24 deletions

View File

@@ -118,13 +118,19 @@ body {
h1 {
@apply text-6xl pb-2;
}
h2 {
@apply text-5xl mb-8 pt-4;
color: var(--green);
}
h3 {
@apply text-2xl text-amber-500 py-4;
@apply text-3xl text-violet-500 font-extrabold py-4;
}
h4 {
@apply text-2xl text-sky-400 py-4;
}
section h3 {
@apply text-orange-400;
}
p {
@@ -151,6 +157,10 @@ article ol {
@apply list-decimal;
}
table {
@apply w-full;
}
table,
th,
td {