File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ : root > * {
2+ --md-primary-fg-color : # 0047BB ;
3+ }
4+
5+ /* AIOD colors
6+ dark blue: #0047BB
7+ alternative dark blue: #003399:
8+ light blue: #41B6E6
9+ yellow: #FFED00
10+ dark gray: #646567
11+ light gray: #C5C6C8
12+ */
13+
14+ /* At the default height and margin, the logo for AIoD is not recognizable. */
15+ .md-header__button .md-logo {
16+ margin : 0 ;
17+ padding : 0 ;
18+ }
19+
20+ .md-header__button .md-logo img , .md-header__button .md-logo svg {
21+ height : 2.4rem ;
22+ width : 2.4rem ;
23+ }
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ repo_url: https://github.com/aiondemand/AIOD-rest-api
44edit_uri : edit/develop/docs/
55theme :
66 name : material
7+ logo : assets/secondary-neg-white-25p.webp
78 features :
89 - content.code.copy
910 - navigation.footer
1213 icon :
1314 edit : material/pencil
1415 view : material/eye
16+ font :
17+ text : ' Montserrat'
1518 palette :
1619 # Palette toggle for light mode
1720 - media : " (prefers-color-scheme: light)"
2730 icon : material/brightness-4
2831 name : Switch to light mode
2932
33+ extra_css :
34+ - stylesheets/extra.css
35+
3036
3137nav :
3238 - Home : README.md
You can’t perform that action at this time.
0 commit comments