Skip to content

Commit 5be9475

Browse files
Add icon
1 parent 0ba1bfc commit 5be9475

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

docs/resources/images/logo/.gitkeep

Whitespace-only changes.
275 KB
Loading
261 KB
Loading

docs/resources/stylesheets/extra.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@
77
[data-md-color-scheme="slate"] {
88
--md-hue: 260;
99
}
10+
11+
.md-header__button.md-logo {
12+
margin-top: 1em;
13+
margin-bottom: 0em;
14+
padding-top: 1em;
15+
padding-bottom: 0em;
16+
}
17+
18+
.md-header__button.md-logo
19+
img {
20+
height: 33%;
21+
width: 33%;
22+
}

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ theme:
1010
language: en
1111
direction: ltr
1212
favicon: resources/images/favicon/tcat/favicon.svg
13+
logo: resources/images/logo/tcat/logo-light.png
1314
palette:
1415
# Palette toggle for automatic mode
1516
- media: "(prefers-color-scheme)"

0 commit comments

Comments
 (0)