3 Commits

Author SHA1 Message Date
naomi 4a5a15d2da release: v1.0.0
Node.js CI / Lint and Test (push) Failing after 34s
2025-10-29 13:34:40 -07:00
naomi 2f2ee1c09d feat: update logo and favicon 2025-10-29 13:33:14 -07:00
naomi dafa7ded0e feat: new font 2025-10-29 13:26:15 -07:00
5 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "magical-metal",
"name": "documentation",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

+5
View File
@@ -297,6 +297,11 @@ export const navigation = [
label: "Callista",
link: "/projects/callista",
badge: { text: "v1.0.0", variant: "tip" },
},
{
label: "Documentation Site",
link: "/projects/docs",
badge: { text: "v1.0.0", variant: "tip" },
}
].sort((a, b) => a.label.localeCompare(b.label)),
},
+3 -3
View File
@@ -1,8 +1,8 @@
@font-face {
font-family: "OpenDyslexic Mono";
src: url("https://cdn.nhcarrigan.com/fonts/OpenDyslexicMono-Regular.otf") format("opentype");
font-family: "Vampyr";
src: url("https://cdn.nhcarrigan.com/fonts/vampyr.ttf") format("truetype");
}
* {
font-family: "OpenDyslexic Mono", monospace !important;
font-family: "Vampyr", monospace !important;
}
+1
View File
@@ -2,6 +2,7 @@
--primary-color: #8F2447;
--background-color: #E1F6F9DC;
--sl-color-text-accent: #8F2447;
font-size: 18px;
}
html[data-theme="dark"] {