adding more stuffs

This commit is contained in:
Chris Cochrun 2025-04-13 23:34:35 -05:00
parent fa74bbe4b3
commit fb098dd974
99 changed files with 284 additions and 4 deletions

View file

@ -17,4 +17,14 @@
font-size: var(--text-lg);
padding: 1em 0em;
}
a {
color: var(--color-blue-400);
}
li {
list-style-type: disc;
margin-left: 1em;
}
li::marker {
color: var(--color-gray-600);
}
}