Skip to content

Commit 5842a7b

Browse files
committed
style: remove logo from header
1 parent 4ae452f commit 5842a7b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/stylesheets/extra.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ code {
3838
.md-main__inner {
3939
margin-top: 0;
4040
padding-top: 0.5rem; /* Drastically reduce top padding */
41-
}
41+
}
42+
43+
/* Hide the logo in the header */
44+
.md-header__button.md-logo {
45+
display: none;
46+
}

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ edit_uri: edit/main/docs/
99
copyright: Copyright © 2024 Prabha Arivalagan
1010
theme:
1111
name: material
12-
logo: logo.png
1312
favicon: logo.png
1413
icon:
1514
repo: fontawesome/brands/github

0 commit comments

Comments
 (0)