Skip to content

Commit b05451c

Browse files
authored
add backgorund to logo
1 parent cc50ff0 commit b05451c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/stylesheets/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
max-width: 75rem;
33
}
44

5+
.md-header__button.md-logo {
6+
background: var(--md-code-bg-color);
7+
border-radius: 8px;
8+
}
9+
510
[data-md-color-primary="fsdevops"] {
611
--md-primary-fg-color: #4c7c3c;
712
--md-primary-fg-color--light: #c9d8c5;

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ theme:
4444
# - toc.integrate
4545
palette:
4646
- scheme: default
47-
primary: indego
47+
primary: fsdevops
4848
accent: fsdevops
4949
toggle:
5050
icon: material/brightness-7

0 commit comments

Comments
 (0)