feat: Updates to phone system article, updates stylesheets.
All checks were successful
CI / release (push) Successful in 6m3s
All checks were successful
CI / release (push) Successful in 6m3s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user