Compare commits

..

3 Commits

Author SHA1 Message Date
469d9ba3f7 feat: release 2.17.2
All checks were successful
test-build / guarddog (push) Successful in 1m13s
renovate / renovate (push) Successful in 1m28s
test-build / build (push) Successful in 1m41s
release-image-gitea / build (push) Successful in 1m57s
release-image-harbor / build (push) Successful in 1m57s
release-image-harbor / release (push) Successful in 4m40s
release-image-gitea / release (push) Successful in 5m44s
2026-03-02 15:54:42 -06:00
8c5488fad5 feat: use slate for accent 2026-03-02 15:53:29 -06:00
eff067a743 Merge pull request 'fix(deps): update dependency shiki to v4' (#361) from renovate/major-shiki-monorepo into main
All checks were successful
test-build / guarddog (push) Successful in 39s
test-build / build (push) Successful in 3m3s
renovate / renovate (push) Successful in 1m49s
Reviewed-on: #361
2026-03-01 03:14:06 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist COPY --from=build /app/dist /app/dist
LABEL version="2.17.1" LABEL version="2.17.2"
LABEL description="Astro based personal website" LABEL description="Astro based personal website"
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0

View File

@@ -1,7 +1,7 @@
{ {
"name": "site-profile", "name": "site-profile",
"type": "module", "type": "module",
"version": "2.17.1", "version": "2.17.2",
"homepage": "https://www.alexlebens.dev", "homepage": "https://www.alexlebens.dev",
"bugs": { "bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",

View File

@@ -39,10 +39,10 @@
/* Object colors */ /* Object colors */
--color-background: light-dark(var(--color-neutral-200), var(--color-stone-700)); --color-background: light-dark(var(--color-neutral-200), var(--color-stone-700));
--color-background-accent: light-dark(color-mix(in srgb, var(--color-neutral-300) 40%, transparent), color-mix(in srgb, var(--color-stone-800) 20%, transparent)); --color-background-accent: light-dark(color-mix(in srgb, var(--color-slate-300) 40%, transparent), color-mix(in srgb, var(--color-stone-800) 20%, transparent));
--color-background-card: light-dark(color-mix(in srgb, var(--color-neutral-100) 80%, transparent), color-mix(in srgb, var(--color-neutral-800) 60%, transparent)); --color-background-card: light-dark(color-mix(in srgb, var(--color-neutral-100) 80%, transparent), color-mix(in srgb, var(--color-neutral-800) 60%, transparent));
--color-divider: light-dark(color-mix(in srgb, var(--color-neutral-400) 50%, transparent), color-mix(in srgb, var(--color-neutral-500) 50%, transparent)); --color-divider: light-dark(color-mix(in srgb, var(--color-slate-400) 40%, transparent), color-mix(in srgb, var(--color-neutral-500) 50%, transparent));
} }
@layer base { @layer base {