Skip to content

Commit

Permalink
chore: better contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed May 10, 2024
1 parent f4e0fbc commit 493fc4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const navs: { name: string; path: string }[] = [
'/login/twitch?scopes=user:read:email&redirect=' +
$route.fullPath
"
class="bg-#ff4040 hover:bg-#e03a3a text-white hover:text-gray-100 h-min px-5 py-1 rounded-lg text-white"
class="bg-secondary hover:bg-button text-white h-min px-5 py-1 rounded-lg text-white"
>Login</NuxtLink
>
<NuxtImg
Expand Down
2 changes: 1 addition & 1 deletion components/WatchTime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const handleScroll = () => {
></div>
<div
ref="scrollContainer"
class="overflow-scroll nth--n+3:(border-5 border-solid) nth-1:border-[#ffa376] nth-2:border-[#ff9c80] nth-3:border-[#ff6954] snap-y snap-mandatory space-y-3 py-6"
class="overflow-scroll nth--n+3:(border-5 border-solid) nth-1:border-[#ffa376] nth-2:border-[#ff9c80] nth-3:border-[#ff735f] snap-y snap-mandatory space-y-3 py-6"
@scroll="handleScroll"
>
<div
Expand Down
4 changes: 2 additions & 2 deletions uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default defineConfig({
},
colors: {
primary: "#e8a946",
secondary: "#ff4040",
button: "#e03a3a",
secondary: "#fa4040",
button: "#de3535",
},
},
transformers: [transformerDirectives(), transformerVariantGroup()],
Expand Down

0 comments on commit 493fc4d

Please sign in to comment.