-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from DevyusCode/doc
Updated documentation for v1.9
- Loading branch information
Showing
306 changed files
with
5,900 additions
and
3,001 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,22 +1,26 @@ | ||
:root { | ||
/* brand colors */ | ||
--vp-c-brand: #00E0FF; | ||
--vp-c-brand-light: #00E0FF; | ||
--vp-c-brand-lighter: #00FF57; | ||
--vp-c-brand-dark: #00E0FF; | ||
--vp-home-hero-name-color: transparent; | ||
--vp-home-hero-name-background: -webkit-linear-gradient(135deg, #00E0FF 0%, #00FF57 100%); | ||
/* brand colors */ | ||
--vp-c-brand: #00e0ff; | ||
--vp-c-brand-1: #6aebfc; | ||
--vp-c-brand-2: #00e0ff; | ||
--vp-c-brand-3: #00b9d1; | ||
--vp-home-hero-name-color: transparent; | ||
--vp-home-hero-name-background: -webkit-linear-gradient( | ||
135deg, | ||
#00e0ff 0%, | ||
#00ff57 100% | ||
); | ||
} | ||
|
||
html.dark { | ||
/* brand colors */ | ||
/* brand colors */ | ||
|
||
/* background colors */ | ||
--vp-c-bg: #0a0a1e; | ||
--vp-c-bg-light: #141428; | ||
--vp-c-bg-lighter: #1e1e32; | ||
--vp-code-bg-color: #1e1e32; | ||
--vp-c-black-mute: #1e1e32; | ||
--vp-c-black: #1e1e32; | ||
--vp-c-bg-soft: #1e1e32; | ||
} | ||
/* background colors */ | ||
--vp-c-bg: #0a0a1e; | ||
--vp-c-bg-light: #141428; | ||
--vp-c-bg-lighter: #1e1e32; | ||
--vp-code-bg-color: #1e1e32; | ||
--vp-c-black-mute: #1e1e32; | ||
--vp-c-black: #1e1e32; | ||
--vp-c-bg-soft: #1e1e32; | ||
} |
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.