Skip to content

Commit

Permalink
fix(timer40k): fix light mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sabinmarcu committed Aug 19, 2024
1 parent b631471 commit 8189dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
12 changes: 1 addition & 11 deletions apps/timer40k/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ body {
overflow-x: hidden;
}

body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}

a {
color: inherit;
text-decoration: none;
Expand All @@ -104,4 +94,4 @@ a {
html {
color-scheme: dark;
}
}
}
3 changes: 2 additions & 1 deletion apps/timer40k/app/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ html, body, #root {
text-transform: uppercase;
font-size: 2rem;
text-shadow: 0 1px 5px black;
color: white;
}

.foreground h2 {
Expand All @@ -72,4 +73,4 @@ html, body, #root {
max-width: 75cqw;
min-height: 50cqh;
max-height: 60cqh;
}
}

0 comments on commit 8189dab

Please sign in to comment.