-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
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: 10a116809d5e4c084b1efdab9db9f53f | ||
config: 2839a83f3f51511cfae5994f1925ab88 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
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; | ||
} |