Skip to content

Commit

Permalink
Fix ctheme olor use -- the default ebony-clay (ebony-clay-900) is the…
Browse files Browse the repository at this point in the history
… right one for the masthead
  • Loading branch information
dannon committed Dec 16, 2024
1 parent 6fc94f9 commit 691b877
Showing 1 changed file with 1 addition 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 text-white">
<header class="p-8 bg-ebony-clay 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

0 comments on commit 691b877

Please sign in to comment.