Skip to content

Commit 254b503

Browse files
committed
feat: add logo
1 parent 382983f commit 254b503

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed
File renamed without changes.
12.2 KB
Loading
-22.2 KB
Binary file not shown.

theme/header.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,18 @@ svg {
2727
}
2828

2929
.menu-title {
30-
background-image: url(/.gitbook/assets/semaphore-docs.png);
3130
background-position: center;
3231
background-repeat: no-repeat;
3332
background-size: 300px;
33+
}
34+
35+
.light .menu-title,
36+
.rust .menu-title {
37+
background-image: url(/.gitbook/assets/semaphore-docs-light.png);
38+
}
39+
40+
.coal .menu-title,
41+
.navy .menu-title,
42+
.ayu .menu-title {
43+
background-image: url(/.gitbook/assets/semaphore-docs-dark.png);
3444
}

0 commit comments

Comments
 (0)