Skip to content

Commit af83569

Browse files
authored
Update images and theme for testcontainers.org (#5258)
1 parent 17407ef commit af83569

File tree

5 files changed

+102
-18
lines changed

5 files changed

+102
-18
lines changed

docs/css/extra.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@import url('https://fonts.googleapis.com/css?family=Inconsolata|Lato|Merriweather+Sans|Open+Sans|Source+Sans+Pro');
2-
body {
3-
font-family: 'Lato', sans-serif;
1+
@import url('https://fonts.googleapis.com/css?family=Rubik');
2+
h1, h2, h3, h4, h5, h6 {
3+
font-family: 'Rubik', sans-serif;
44

55
}
66

7-
.md-typeset pre {
8-
font-family: 'Inconsolata', monospace;
9-
font-size: 100%;
10-
}
7+
[data-md-color-scheme="testcontainers"] {
8+
--md-primary-fg-color: #291A3F;
9+
--md-accent-fg-color: #291A3F;
10+
}

docs/favicon.ico

320 Bytes
Binary file not shown.

docs/logo.png

32.2 KB
Loading

docs/logo.svg

Lines changed: 91 additions & 8 deletions
Loading

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ theme:
77
name: 'material'
88
custom_dir: 'docs/theme'
99
palette:
10-
primary: 'blue'
11-
accent: 'teal'
12-
font: false
10+
scheme: testcontainers
11+
font:
12+
text: Roboto
13+
code: Roboto Mono
1314
logo: 'logo.svg'
1415
favicon: 'favicon.ico'
1516
extra_css:

0 commit comments

Comments
 (0)