4 Commits

Author SHA1 Message Date
minori 478559725a deps: update cspell to 9.6.4
Node.js CI / CI (pull_request) Successful in 1m0s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m17s
2026-02-14 07:00:34 -08:00
minori b3656f5d72 deps: update cspell to 9.6.3
Node.js CI / CI (pull_request) Successful in 1m7s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m27s
2026-02-13 07:00:35 -08:00
minori 0f487aeac6 deps: update cspell to 9.6.2
Node.js CI / CI (pull_request) Successful in 1m11s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m30s
2026-02-05 07:00:39 -08:00
minori 03fcf837dc deps: update cspell to 9.6.0
Node.js CI / CI (pull_request) Successful in 1m9s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m27s
2026-02-03 19:11:29 -08:00
3 changed files with 367 additions and 340 deletions
+2 -2
View File
@@ -16,11 +16,11 @@
"@astrojs/starlight": "0.37.1",
"astro": "5.16.5",
"astro-mermaid": "1.2.0",
"mermaid": "11.12.3",
"mermaid": "11.12.2",
"typescript": "5.9.3"
},
"devDependencies": {
"cspell": "9.4.0",
"cspell": "9.6.4",
"gray-matter": "4.0.3",
"vitest": "4.0.15"
}
+354 -313
View File
File diff suppressed because it is too large Load Diff
+11 -25
View File
@@ -1,19 +1,18 @@
:root {
/* Witch color palette */
--witch-purple: #2b1b3d;
--witch-purple-translucent: hsla(267, 40%, 17%, 0.597);
--witch-plum: #44275a;
--witch-rose: #a8577e;
--witch-mauve: #d4a5c7;
--witch-lavender: #e8d5e8;
--witch-black: #0a0009;
--witch-silver: #c0c0c0;
--witch-moon: #f5f5f5;
--witch-purple: #2B1B3D;
--witch-plum: #44275A;
--witch-rose: #A8577E;
--witch-mauve: #D4A5C7;
--witch-lavender: #E8D5E8;
--witch-black: #0A0009;
--witch-silver: #C0C0C0;
--witch-moon: #F5F5F5;
--witch-shadow: rgba(10, 0, 9, 0.7);
/* Light theme uses lighter colors for background, darker for text */
--primary-color: var(--witch-purple);
--background-color: var(--witch-lavender) DC;
--background-color: var(--witch-lavender)DC;
--sl-color-text-accent: var(--witch-purple);
/* Additional Starlight overrides */
@@ -23,19 +22,12 @@
--sl-color-gray-4: var(--witch-rose);
--sl-color-gray-5: var(--witch-plum);
--sl-color-gray-6: var(--witch-purple);
/* Translucent background */
--content-bg: rgba(181, 185, 187, 0.543);
--content-blur: 8px;
}
html[data-theme="dark"] {
/* Dark theme uses darker colors for background, lighter for text */
.page {
--background-color: var(--witch-purple-translucent);
}
--primary-color: var(--witch-lavender);
--background-color: var(--witch-purple)ee;
--sl-color-text-accent: var(--witch-lavender);
/* Additional Starlight overrides for dark theme */
@@ -85,11 +77,6 @@ a {
color: var(--primary-color) !important;
}
.page {
background: var(--content-bg);
backdrop-filter: var(--content-blur);
}
a[aria-current="page"] {
color: var(--background-color) !important;
background-color: var(--witch-rose) !important;
@@ -119,8 +106,7 @@ footer > div > p {
color: var(--primary-color) !important;
}
starlight-theme-select,
starlight-theme-select > label {
starlight-theme-select, starlight-theme-select > label {
color: var(--primary-color) !important;
}