Skip to content

Commit

Permalink
Update images and theme for testcontainers.org (#5258)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Apr 12, 2022
1 parent 17407ef commit af83569
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 18 deletions.
14 changes: 7 additions & 7 deletions docs/css/extra.css
@@ -1,10 +1,10 @@
@import url('https://fonts.googleapis.com/css?family=Inconsolata|Lato|Merriweather+Sans|Open+Sans|Source+Sans+Pro');
body {
font-family: 'Lato', sans-serif;
@import url('https://fonts.googleapis.com/css?family=Rubik');
h1, h2, h3, h4, h5, h6 {
font-family: 'Rubik', sans-serif;

}

.md-typeset pre {
font-family: 'Inconsolata', monospace;
font-size: 100%;
}
[data-md-color-scheme="testcontainers"] {
--md-primary-fg-color: #291A3F;
--md-accent-fg-color: #291A3F;
}
Binary file modified docs/favicon.ico
Binary file not shown.
Binary file modified docs/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 91 additions & 8 deletions docs/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions mkdocs.yml
Expand Up @@ -7,9 +7,10 @@ theme:
name: 'material'
custom_dir: 'docs/theme'
palette:
primary: 'blue'
accent: 'teal'
font: false
scheme: testcontainers
font:
text: Roboto
code: Roboto Mono
logo: 'logo.svg'
favicon: 'favicon.ico'
extra_css:
Expand Down

0 comments on commit af83569

Please sign in to comment.