Skip to content

Commit

Permalink
Smaller grayer default type
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Nov 11, 2024
1 parent 9205a28 commit 7d1ebcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/themes/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/* the theme */
r4-app {
--font: 'Maison Neue', system-ui, segoe ui, sans-serif, 'Segoe UI Symbol';
--s-font: 18px;
--s-font: 16px;
--s: 1rem;
--s-line-height: 1.3125;
--s-radius: calc(var(--s) / 4);
Expand All @@ -40,7 +40,7 @@ r4-app {
--s-container--list: 50rem;
--s-container--channel-card: 35rem;
--s-font-s1: 0.8rem;
--c-light: hsl(0deg 0% 98%);
--c-light: hsl(0deg 1% 88%);
--c-dark: hsl(0deg 0% 8%);
--c-purple: #5d1ae6;
--c-purple-light: #999fff;
Expand Down

0 comments on commit 7d1ebcc

Please sign in to comment.