-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 0eff3c1 with MkDocs version: 1.5.3
- Loading branch information
Unknown
committed
Dec 15, 2023
0 parents
commit 443a22e
Showing
59 changed files
with
12,140 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[data-md-color-scheme="codeigniter"] { | ||
--md-primary-fg-color: #dd4814; | ||
--md-primary-fg-color--light: #ECB7B7; | ||
--md-primary-fg-color--dark: #90030C; | ||
|
||
--md-default-bg-color: #fcfcfc; | ||
|
||
--md-typeset-a-color: #e74c3c; | ||
--md-accent-fg-color: #97310e; | ||
|
||
--md-accent-fg-color--transparent: #ECB7B7; | ||
|
||
--md-code-bg-color: #ffffff; | ||
|
||
.md-typeset code { | ||
border: 1px solid #e1e4e5; | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,71 @@ | ||
[data-md-color-scheme="slate"] { | ||
--md-primary-fg-color: #b13a10; | ||
--md-primary-fg-color--light: #8d7474; | ||
--md-primary-fg-color--dark: #6d554d; | ||
|
||
--md-default-bg-color: #1e2129; | ||
|
||
--md-typeset-a-color: #ed6436; | ||
--md-accent-fg-color: #f18a67; | ||
|
||
--md-accent-fg-color--transparent: #625151; | ||
|
||
--md-code-bg-color: #282b2d; | ||
|
||
.hljs-title, | ||
.hljs-title.class_, | ||
.hljs-title.class_.inherited__, | ||
.hljs-title.function_ { | ||
color: #c9a69b; | ||
} | ||
|
||
.hljs-meta .hljs-string, | ||
.hljs-regexp, | ||
.hljs-string { | ||
color: #a3b4c7; | ||
} | ||
|
||
.hljs-attr, | ||
.hljs-attribute, | ||
.hljs-literal, | ||
.hljs-meta, | ||
.hljs-number, | ||
.hljs-operator, | ||
.hljs-selector-attr, | ||
.hljs-selector-class, | ||
.hljs-selector-id, | ||
.hljs-variable { | ||
color: #c1b79f; | ||
} | ||
|
||
.hljs-doctag, | ||
.hljs-keyword, | ||
.hljs-meta .hljs-keyword, | ||
.hljs-template-tag, | ||
.hljs-template-variable, | ||
.hljs-type, | ||
.hljs-variable.language_ { | ||
color: #c97100; | ||
} | ||
|
||
.hljs-subst { | ||
color: #ddba52 | ||
} | ||
|
||
.md-typeset code { | ||
border: 1px solid #3f4547; | ||
} | ||
|
||
.md-typeset .admonition.note, | ||
.md-typeset details.note { | ||
border-color: #2c5293; | ||
} | ||
|
||
.md-typeset .note > .admonition-title:before, | ||
.md-typeset .note > summary:before { | ||
background-color: #2c5293; | ||
-webkit-mask-image: var(--md-admonition-icon--note); | ||
mask-image: var(--md-admonition-icon--note); | ||
} | ||
|
||
} |
Binary file not shown.
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.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.