4 Commits

Author SHA1 Message Date
minori c0f50286d5 deps: update astro to 5.17.1
Node.js CI / CI (pull_request) Successful in 1m10s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m19s
2026-02-09 07:00:43 -08:00
minori 0e1b6e8889 deps: update astro to 5.17.0
Node.js CI / CI (pull_request) Successful in 1m3s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m38s
2026-02-08 07:00:38 -08:00
minori 08cc61eb38 deps: update astro to 5.16.16
Node.js CI / CI (pull_request) Successful in 57s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m13s
2026-02-07 07:00:34 -08:00
minori fba50e8644 deps: update astro to 5.16.15
Node.js CI / CI (pull_request) Successful in 1m8s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m22s
2026-02-03 19:11:07 -08:00
3 changed files with 214 additions and 296 deletions
+2 -2
View File
@@ -14,9 +14,9 @@
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/starlight": "0.37.1",
"astro": "5.16.5",
"astro": "5.17.1",
"astro-mermaid": "1.2.0",
"mermaid": "11.12.3",
"mermaid": "11.12.2",
"typescript": "5.9.3"
},
"devDependencies": {
+201 -269
View File
File diff suppressed because it is too large Load Diff
+10 -24
View File
@@ -1,14 +1,13 @@
: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 */
@@ -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;
}