Skip to content

Commit

Permalink
feat: release quark static
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Aug 5, 2024
1 parent 645410f commit 5e0b4b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

/* FOR HOME PAGE */
--scroll-down-dark-color: var(--link-font-color-dark);
--arrow-dark-mode-icon: url('https://raw.githubusercontent.com/hellof2e/static/main/arrow-dark-mode.png');
--arrow-dark-mode-icon: url('https://cdn.jsdelivr.net/npm/quark-static@latest/arrow-dark-mode.png');
--footer-bg: conic-gradient(from 90deg at -10% 100%, #2b303b 0deg, #2b303b 90deg, #16181d 1turn);
--logo-dark-mode: url('https://raw.githubusercontent.com/hellof2e/static/main/quarkd-logo-light-mode.png');
--logo-dark-mode: url('https://cdn.jsdelivr.net/npm/quark-static@latest/quarkd-logo-light-mode.png');


color: var(--text-font-color);
Expand Down Expand Up @@ -171,7 +171,7 @@ html.dark {
--what-we-do-bg: conic-gradient(from 90deg at -10% 100%, #2b303b 0deg, #2b303b 90deg, #16181d 1turn);

--scroll-down-dark-color: var(--link-font-color-dark);
--arrow-dark-mode-icon: url('https://raw.githubusercontent.com/hellof2e/static/main/arrow-dark-mode.png');
--arrow-dark-mode-icon: url('https://cdn.jsdelivr.net/npm/quark-static@latest/arrow-dark-mode.png');
--footer-bg: conic-gradient(from 90deg at -10% 100%, #2b303b 0deg, #2b303b 90deg, #16181d 1turn);

font-family: var(--font-family-base);
Expand Down

0 comments on commit 5e0b4b6

Please sign in to comment.