Skip to content

Commit

Permalink
feat: use quark-static cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Aug 5, 2024
1 parent 7c630a2 commit 0560b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
--we-believe-bg: conic-gradient(from -90deg at 110% 100%, #fff 0deg, #ebecf0 90deg, #ebecf0 1turn);
--what-we-do-bg: conic-gradient(from 90deg at -10% 100%, #bcc1cd 0deg, #bcc1cd 90deg, #fff 1turn);

--arrow-light-mode-icon: url('https://raw.githubusercontent.com/hellof2e/static/main/arrow-light-mode.png');
--arrow-light-mode-icon: url('https://cdn.jsdelivr.net/npm/quark-static@latest/arrow-light-mode.png');

color: var(--text-font-color);
background-color: var(--main-bg);
Expand Down Expand Up @@ -164,7 +164,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 0560b20

Please sign in to comment.