Minor cleanup and deploy

This commit is contained in:
2026-06-18 14:37:29 -04:00
parent d231ceded9
commit 9d2da03f61
10 changed files with 70 additions and 94 deletions
+12 -2
View File
@@ -1,13 +1,23 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #0d1117;
color: #c9d1d9;
}
h1:focus {
outline: none;
}
h1, h2, h3, h4, h5, h6 {
color: #e6edf3;
}
a, .btn-link {
color: #0071c1;
color: #58a6ff;
}
p {
color: #8b949e;
}
.btn-primary {