Skip to content

Commit

Permalink
Focus on light mode for now; dark just isn't as nice anymore. Force
Browse files Browse the repository at this point in the history
white header brand text w/ galaxy dark blue background.
  • Loading branch information
dannon committed Nov 12, 2024
1 parent 621af81 commit 1bbe1f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/IWCHeader.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<header class="p-8 bg-ebony-clay-800 border-b">
<header class="p-8 bg-ebony-clay-800 border-b text-white">
<div class="flex">
<div class="flex flex-grow space-x-2">
<NuxtLink to="/" class="flex items-center space-x-2 hover:text-hokey-pokey">
Expand Down
3 changes: 3 additions & 0 deletions website/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ import { defineNuxtConfig } from "nuxt/config";

export default defineNuxtConfig({
modules: ["@nuxt/ui", "@nuxt/content", "@pinia/nuxt"],
colorMode: {
preference: "light",
},
});

0 comments on commit 1bbe1f0

Please sign in to comment.