Skip to content

Commit

Permalink
Updating documentation styles
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWilkes committed Jun 29, 2021
1 parent 53fbf26 commit 06dd3a6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions docs/src/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
body {
color: #fff;
background: #1e1e1e;
font: 400 11pt 'Segoe UI', Calibri, Arial, sans-serif !important;
}

.wy-nav-side {
background-color: #1a1a1a;
}

.wy-side-nav-search {
background-color: #101010;
}

.wy-side-nav-search > a, .wy-side-nav-search .wy-dropdown > a {
color: #59a6ff;
}

.wy-nav-content, .wy-body-for-nav {
background-color: #1e1e1e;
}

h1, h2, h3, h4, input[type=submit] {
font-family: 'Segoe UI Light', Calibri, Arial, sans-serif !important;
margin: 0 0 .5em;
}

h1, h2, h3, h4, h5, h6 {
color: #59a6ff;
}

h1 {
font-size: 2.5em;
}
Expand All @@ -31,6 +53,14 @@ p code, li code {
color: black;
}

a, a:hover, a:visited {
color: #EFE524;
}

a:hover {
text-decoration: underline;
}

pre code {
font-size: 11pt;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/css/styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ site_dir: 'docs/site'
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/vs2015.min.css
- css/styles.min.css
- https://github.com/agileobjects/agileobjects.github.io/blob/docs-styles/assets/css/docs-styles.css
- https://agileobjects.co.uk/assets/css/docs-styles.min.css

extra_javascript:
- scripts/docs.min.js
Expand Down

0 comments on commit 06dd3a6

Please sign in to comment.