Compare commits
1 Commits
master
...
feature/do
Author | SHA1 | Date |
---|---|---|
|
ecdc7f3073 | 8 years ago |
6 changed files with 57 additions and 9 deletions
@ -0,0 +1,13 @@ |
|||
@import url("css/theme.css"); /* make sure to sync this with the base theme's css filename */ |
|||
|
|||
.body { |
|||
color: #2C2F33; |
|||
} |
|||
|
|||
.wy-side-nav-search { |
|||
background-color: #7289DA; |
|||
} |
|||
|
|||
.wy-nav-content { |
|||
max-width: 1200px; |
|||
} |
@ -0,0 +1,4 @@ |
|||
[theme] |
|||
inherit = sphinx_rtd_theme |
|||
stylesheet = style.css |
|||
pygments_style = pygments.css |
Loading…
Reference in new issue