Skip to content

Commit d283492

Browse files
committed
feat(style): logo and adjusted position
1 parent cee526e commit d283492

File tree

4 files changed

+116
-0
lines changed

4 files changed

+116
-0
lines changed

docs/assets/pure-logo-color.svg

Lines changed: 58 additions & 0 deletions
Loading

docs/assets/pure-logo-white.svg

Lines changed: 53 additions & 0 deletions
Loading

docs/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
header.md-header, nav.md-tabs {
22
background: linear-gradient(to right, #36b1da 0%, #29c6cd 100%);
3+
}
4+
5+
div.md-header__title {
6+
margin-left: .4rem !important;
37
}

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repo_name: seulinux/seulinux.github.io
66
theme:
77
name: material
88
language: zh
9+
logo: assets/pure-logo-white.svg
910
icon:
1011
logo: logo
1112
features:

0 commit comments

Comments
 (0)