generated from nhcarrigan/template
Compare commits
4 Commits
b9e8777c6f
..
v1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| fd3197c3bf | |||
| 4a5a15d2da | |||
| 2f2ee1c09d | |||
| dafa7ded0e |
+2
-2
@@ -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",
|
||||
|
||||
+4587
-20391
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 2.1 MiB |
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",
|
||||
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)),
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
--primary-color: #8F2447;
|
||||
--background-color: #E1F6F9DC;
|
||||
--sl-color-text-accent: #8F2447;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] {
|
||||
|
||||
Reference in New Issue
Block a user