Skip to content

Commit

Permalink
Update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ell1ott committed Mar 17, 2024
1 parent 4f91a4a commit fa6b143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions static/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--rga: 255, 255, 255;
font-family: var(--font-body);
color: var(--color-text-0);
--color-accent: hsl(var(--primary));

--background: 0 0% 13%;
--foreground: 0 0% 100%;
Expand All @@ -34,8 +35,8 @@
--card: 240 10% 3.9%;
--card-foreground: 0 0% 98%;

--border: 240 3.7% 15.9%;
--input: 240 3.7% 20%;
--border: 240 3.7% 30%;
--input: 240 3.7% 30%;

--primary: 191 69% 61%;
--primary-foreground: 240 5.9% 10%;
Expand Down
2 changes: 1 addition & 1 deletion static/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
--rga: 0, 0, 0;
font-family: var(--font-body);
color: var(--color-text-0);
--color-accent: hsl(var(--primary));

--background: 0 0% 100%;
--foreground: 240 10% 3.9%;
Expand Down Expand Up @@ -49,7 +50,6 @@
--destructive: 0 72.2% 50.6%;
--destructive-foreground: 0 0% 98%;

/* --ring: 240 10% 70%; */
--ring: 217 90% 80%;
}

Expand Down

0 comments on commit fa6b143

Please sign in to comment.