Skip to content

Commit

Permalink
Update compiled CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
femto-code committed Feb 5, 2024
1 parent 41ba46a commit c48dd17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ html[data-theme=dark] {
--ls-top-bar-background: #21252B;
--ls-main-content-background: #21252B;
--ls-left-sidebar-background: #282C34;
--ls-scrollbar-foreground-color: #8a8a8a3d;
--ls-scrollbar-foreground-color: #8a8a8a5e;
--ls-scrollbar-background-color: var(--ls-main-content-background);
--ls-scrollbar-color: var(--ls-main-content-background);
--ct-scrollbar-thumb-hover-color: #8a8a8a61;
Expand Down Expand Up @@ -215,7 +215,8 @@ html[data-theme=light] {
--block-ref-bg-hv: hsla(0, 0%, 40%, .2);
--lx-gray-03: var(--ls-secondary-background-color);
--ct-color-level-1: #eceded;
--primary: 225.45deg 69.23% 71.96%;
--primary: 225.45deg 69.23% 72%;
--secondary: 225deg 100% 91%;
--lx-accent-10: 225.45deg 69.23% 75%;
}

Expand Down

0 comments on commit c48dd17

Please sign in to comment.