-
Notifications
You must be signed in to change notification settings - Fork 187
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 #339 from Lumiwealth/dev
Update master
- Loading branch information
Showing
452 changed files
with
2,823 additions
and
1,214 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,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 52422e79752ce83df7742446c340d415 | ||
config: 0ac5d3c04124e416ff496209e349ab43 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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 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 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,69 @@ | ||
/* | ||
This CSS file should be overridden by the theme authors. It's | ||
meant for debugging and developing the skeleton that this theme provides. | ||
*/ | ||
body { | ||
font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, | ||
"Apple Color Emoji", "Segoe UI Emoji"; | ||
background: lavender; | ||
} | ||
.sb-announcement { | ||
background: rgb(131, 131, 131); | ||
} | ||
.sb-announcement__inner { | ||
background: black; | ||
color: white; | ||
} | ||
.sb-header { | ||
background: lightskyblue; | ||
} | ||
.sb-header__inner { | ||
background: royalblue; | ||
color: white; | ||
} | ||
.sb-header-secondary { | ||
background: lightcyan; | ||
} | ||
.sb-header-secondary__inner { | ||
background: cornflowerblue; | ||
color: white; | ||
} | ||
.sb-sidebar-primary { | ||
background: lightgreen; | ||
} | ||
.sb-main { | ||
background: blanchedalmond; | ||
} | ||
.sb-main__inner { | ||
background: antiquewhite; | ||
} | ||
.sb-header-article { | ||
background: lightsteelblue; | ||
} | ||
.sb-article-container { | ||
background: snow; | ||
} | ||
.sb-article-main { | ||
background: white; | ||
} | ||
.sb-footer-article { | ||
background: lightpink; | ||
} | ||
.sb-sidebar-secondary { | ||
background: lightgoldenrodyellow; | ||
} | ||
.sb-footer-content { | ||
background: plum; | ||
} | ||
.sb-footer-content__inner { | ||
background: palevioletred; | ||
} | ||
.sb-footer { | ||
background: pink; | ||
} | ||
.sb-footer__inner { | ||
background: salmon; | ||
} | ||
.sb-article { | ||
background: white; | ||
} |
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
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,7 @@ | ||
/*! | ||
* gumshoejs v5.1.2 (patched by @pradyunsg) | ||
* A simple, framework-agnostic scrollspy script. | ||
* (c) 2019 Chris Ferdinandi | ||
* MIT License | ||
* http://github.com/cferdinandi/gumshoe | ||
*/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.