Update footer and add no-bullets class for unordered lists

This commit is contained in:
2026-09-21 23:30:13 -04:00
parent 8aebc523c8
commit 5e4e19da40
3 changed files with 16 additions and 5 deletions

View File

@@ -52,13 +52,18 @@ a:hover {
/* Improve readability for smaller text, especially in long paragraphs */
p,
a,
ul,
ol {
line-height: var(--line-height-base);
font-size: var(--font-size-base);
}
ul.no-bullets {
list-style: none;
padding-left: 0;
margin: 0;
}
h1,
h2,
h3,