-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the theme-default looks the same as before. Also, fix some broken links.
- Loading branch information
1 parent
2f166f0
commit 6037a47
Showing
6 changed files
with
1,303 additions
and
1,193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
:root { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
// brand colors | ||
--c-brand: #9567e4; | ||
--c-brand-light: #9567e4; | ||
|
||
--c-tip: #9567e4; | ||
// === colors === | ||
:root { | ||
// accent colors | ||
--vp-c-accent: #9567e4; | ||
--vp-c-accent-bg: #9567e4; | ||
--vp-c-accent-hover: #9a70e2; | ||
} | ||
|
||
html.dark { | ||
[data-theme='dark'] { | ||
// brand colors | ||
--c-brand: #ffd04b; | ||
--c-brand-light: #ffd04b; | ||
|
||
--c-tip: #ffd04b; | ||
--vp-c-accent: #ffd04b; | ||
--vp-c-accent-bg: #ffd04b; | ||
--vp-c-accent-hover: #ecbb33; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
## Version | ||
|
||
🛠️ Build version: 1.2024.10 | ||
🛠️ Build version: 1.2024.12 | ||
|
||
## Branch Status | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.