Skip to content

Commit ca53b1f

Browse files
EdwardAngertEdwardAngert
authored andcommitted
favicon; highlight color
1 parent cb0215b commit ca53b1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

astro.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineConfig({
2020
}),
2121
starlight({
2222
title: 'Edward Angert',
23+
favicon: '/favicon.ico',
2324
tagline: 'Technical writer, team leader, relationship-builder',
2425
customCss: ['./src/styles/tables.css', './src/styles/frosted-glass.css'],
2526
disable404Route: true,
@@ -40,8 +41,8 @@ export default defineConfig({
4041
],
4142
plugins: [
4243
catppuccin({
43-
dark: { flavor: "mocha", accent: "sky" },
44-
light: { flavor: "latte", accent: "sky" }
44+
dark: { flavor: "mocha", accent: "mauve" },
45+
light: { flavor: "latte", accent: "lavender" }
4546
}),
4647
],
4748
sidebar: [

public/favicon.ico

15 KB
Binary file not shown.

public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)