Skip to content

Commit

Permalink
set same header colors across
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Oct 31, 2024
1 parent 747d820 commit 29e92ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const cream = '#FEFAF3';
const logoMap = new Map([
[1, { logo: cream, nav: 'navy' }],
[1, { logo: brightBlue, nav: 'navy' }],
[2, { logo: cream, nav: 'cream' }],
[3, { logo: brightBlue, nav: 'cream' }],
[4, { logo: brightBlue, nav: 'navy' }],
Expand Down

0 comments on commit 29e92ba

Please sign in to comment.