Add dark mode toggle

This commit is contained in:
hex
2025-01-18 21:38:08 -08:00
parent c5a243a6b6
commit c051b040a0
4 changed files with 197 additions and 45 deletions

View File

@@ -61,6 +61,9 @@ table {
th, td {
padding: 1rem;
text-align: left;
}
th, tr {
border-bottom: 1px solid var(--border-color);
}