Skip to content

Commit

Permalink
update theme, move out color modification
Browse files Browse the repository at this point in the history
  • Loading branch information
triccsr committed Dec 13, 2024
1 parent c54df36 commit 5165080
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
--link-background-color: 150, 200, 255;
--link-text-color:rgb(150,200,255);
}

--body-background: #dddddd;

--accent-color: #21364b;
--accent-color-darker: #1b2a3a;

--body-text-color: #40454a;


--card-background: #eeeeee;
--card-background-selected: #e8e8e8;

--card-text-color-main: #222528;
--card-separator-color: rgba(190, 192, 204, 0.5);

--scrollbar-thumb: hsl(0, 0%, 60%);
}
a {
&.link {
Expand Down

0 comments on commit 5165080

Please sign in to comment.