-
Notifications
You must be signed in to change notification settings - Fork 85
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 #1055 from guzman-raphael/docs-styling
Update docs styling and update getting started
- Loading branch information
Showing
10 changed files
with
347 additions
and
63 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
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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,36 +1,59 @@ | ||
[data-md-color-scheme="datajoint"] { | ||
|
||
--dj-yellow: #fcb954; | ||
|
||
--md-primary-fg-color: var(--dj-yellow); | ||
--md-primary-bg-color: #000000; | ||
--md-primary-fg-color--dark: var(--dj-yellow); | ||
|
||
--md-accent-fg-color: var(--dj-yellow); | ||
|
||
--md-code-bg-color: #e4f3f6; | ||
:root { | ||
--dj-primary: #00a0df; | ||
--dj-secondary: #ff5113; | ||
--dj-background: #808285; | ||
--dj-black: #000000; | ||
--dj-white: #ffffff; | ||
} | ||
|
||
--md-footer-fg-color: var(--dj-yellow); | ||
[data-md-color-scheme="datajoint"] { | ||
/* ribbon */ | ||
/* ribbon + markdown heading expansion */ | ||
--md-primary-fg-color: var(--dj-black); | ||
/* ribbon text */ | ||
--md-primary-bg-color: var(--dj-primary); | ||
|
||
/* navigation */ | ||
/* navigation header + links */ | ||
--md-typeset-a-color: var(--dj-primary); | ||
/* navigation on hover + diagram outline */ | ||
--md-accent-fg-color: var(--dj-secondary); | ||
|
||
/* main */ | ||
/* main header + already viewed*/ | ||
--md-default-fg-color--light: var(--dj-background); | ||
/* primary text */ | ||
--md-typeset-color: var(--dj-black); | ||
/* code comments + diagram text */ | ||
--md-code-fg-color: var(--dj-secondary); | ||
|
||
/* footer */ | ||
/* previous/next text */ | ||
--md-footer-fg-color: var(--dj-primary); | ||
} | ||
|
||
[data-md-color-scheme="slate"] { | ||
|
||
--dj-yellow: #fcb954; | ||
|
||
--md-typeset-color: #e4f3f6; | ||
--md-typeset-a-color: #17b2ff; | ||
|
||
--md-default-fg-color: #e4f3f6; | ||
--md-default-fg-color--light: var(--dj-yellow); | ||
|
||
--md-primary-fg-color: var(--dj-yellow); | ||
--md-primary-bg-color: #000000; | ||
--md-primary-fg-color--dark: var(--dj-yellow); | ||
|
||
--md-accent-fg-color: var(--dj-yellow); | ||
|
||
--md-code-fg-color: #76c9e9; | ||
--md-code-hl-comment-color: #ffd28d; | ||
|
||
--md-footer-fg-color: var(--dj-yellow); | ||
/* ribbon */ | ||
/* ribbon + markdown heading expansion */ | ||
--md-primary-fg-color: var(--dj-primary); | ||
/* ribbon text */ | ||
--md-primary-bg-color: var(--dj-white); | ||
|
||
/* navigation */ | ||
/* navigation header + links */ | ||
--md-typeset-a-color: var(--dj-primary); | ||
/* navigation on hover + diagram outline */ | ||
--md-accent-fg-color: var(--dj-secondary); | ||
|
||
/* main */ | ||
/* main header + already viewed*/ | ||
--md-default-fg-color--light: var(--dj-background); | ||
/* primary text */ | ||
--md-typeset-color: var(--dj-white); | ||
/* code comments + diagram text */ | ||
--md-code-fg-color: var(--dj-secondary); | ||
|
||
/* footer */ | ||
/* previous/next text */ | ||
--md-footer-fg-color: var(--dj-white); | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.