generated from nhcarrigan/template
Compare commits
3 Commits
b9e8777c6f
...
4a5a15d2da
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a5a15d2da | |||
| 2f2ee1c09d | |||
| dafa7ded0e |
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "magical-metal",
|
"name": "documentation",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.3 MiB |
@@ -297,6 +297,11 @@ export const navigation = [
|
|||||||
label: "Callista",
|
label: "Callista",
|
||||||
link: "/projects/callista",
|
link: "/projects/callista",
|
||||||
badge: { text: "v1.0.0", variant: "tip" },
|
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)),
|
].sort((a, b) => a.label.localeCompare(b.label)),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "OpenDyslexic Mono";
|
font-family: "Vampyr";
|
||||||
src: url("https://cdn.nhcarrigan.com/fonts/OpenDyslexicMono-Regular.otf") format("opentype");
|
src: url("https://cdn.nhcarrigan.com/fonts/vampyr.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "OpenDyslexic Mono", monospace !important;
|
font-family: "Vampyr", monospace !important;
|
||||||
}
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
--primary-color: #8F2447;
|
--primary-color: #8F2447;
|
||||||
--background-color: #E1F6F9DC;
|
--background-color: #E1F6F9DC;
|
||||||
--sl-color-text-accent: #8F2447;
|
--sl-color-text-accent: #8F2447;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme="dark"] {
|
html[data-theme="dark"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user