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 {
+1
View File
@@ -29,6 +29,7 @@
<a href="." class="reload">Reload</a>
<span class="dismiss">🗙</span>
</div>
<script defer src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js"></script>
<script src="_framework/blazor.webassembly#[.{fingerprint}].js"></script>
</body>