Skip to content

Commit

Permalink
feat: theme color change
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Aug 2, 2024
1 parent 65687c3 commit cfaf5b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quark-doc-header",
"version": "2.5.4",
"version": "2.5.5",
"scripts": {
"dev": "npm run start",
"start": "vite --open",
Expand Down
4 changes: 2 additions & 2 deletions src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,14 @@ button {

/* search css */
:root {
--docsearch-primary-color: #5468ff;
--docsearch-primary-color: #0da6e9;
--docsearch-text-color: #1c1e21;
--docsearch-spacing: 12px;
--docsearch-icon-stroke-width: 1.4;
--docsearch-highlight-color: var(--docsearch-primary-color);
--docsearch-muted-color: #969faf;
--docsearch-container-background: rgba(101,108,133,0.8);
--docsearch-logo-color: #5468ff;
--docsearch-logo-color: #0da6e9;
--docsearch-modal-width: 560px;
--docsearch-modal-height: 600px;
--docsearch-modal-background: #f5f6f7;
Expand Down
6 changes: 3 additions & 3 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

--text-font-color-light: rgba(60, 60, 67, .92);

--brand-color: #646cff;
--nav-link-color: #646cff;
--brand-color: #0da6e9;
--nav-link-color: #0da6e9;

--brand-color-light: #bcc0ff;

Expand Down Expand Up @@ -111,7 +111,7 @@ html.dark {
--text-font-color-light: rgba(255, 255, 255, 0.5);

--text-code-font-color: #c9def1;
--brand-color: #646cff;
--brand-color: #0da6e9;
--nav-link-color: #fff;
--brand-color-light: #bcc0ff;
--mute-light: #313136;
Expand Down

0 comments on commit cfaf5b0

Please sign in to comment.