Skip to content

Commit a51bfa8

Browse files
committed
Merge branches 'main' and 'main' of github.com:semaphoreui/ansible-semaphore-docs
2 parents e4f497d + 6d1ac2f commit a51bfa8

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed
8.58 KB
Loading
9.19 KB
Loading

src/.gitbook/assets/semaphore700.png

-22.2 KB
Binary file not shown.

theme/header.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,18 @@ svg {
2727
}
2828

2929
.menu-title {
30-
background-image: url(.gitbook/assets/semaphore700.png);
3130
background-position: center;
3231
background-repeat: no-repeat;
33-
background-size: contain;
32+
background-size: 150px;
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)