Skip to content

Commit 8103d2e

Browse files
committed
update styling and logo
1 parent ca65238 commit 8103d2e

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

docs/assets/redhat.svg

Lines changed: 5 additions & 0 deletions
Loading

docs/stylesheets/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* Red Hat branding */
2+
.md-header {
3+
background-color: #ee0000 !important;
4+
}
5+
6+
.md-tabs {
7+
background-color: #ee0000 !important;
8+
}

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edit_uri: edit/main/docs/
66

77
theme:
88
name: material
9+
logo: assets/redhat.svg
910
features:
1011
- navigation.sections
1112
- navigation.instant
@@ -45,3 +46,6 @@ extra:
4546
social:
4647
- icon: fontawesome/brands/github
4748
link: https://github.com/<GITHUB_ORG>/<REPO_NAME>
49+
50+
extra_css:
51+
- stylesheets/custom.css

0 commit comments

Comments
 (0)