chore: recover ottawa workspace state

This commit is contained in:
Nathan Flurry 2026-03-09 19:59:52 -07:00
parent 5d65013aa5
commit 25a31c8ab7
265 changed files with 1249 additions and 42839 deletions

View file

@ -8,7 +8,7 @@
<!-- Preconnect to font providers -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" />
<style>
:root {
color-scheme: dark;
@ -51,8 +51,7 @@
body {
color: var(--text);
font-family: 'Manrope', system-ui, sans-serif;
font-weight: 500;
font-family: 'Open Sans', system-ui, sans-serif;
font-size: 13px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;