Skip to content

Commit cee526e

Browse files
committed
feat(style): add gradient to header
with respect to MSC
1 parent 4526187 commit cee526e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
header.md-header, nav.md-tabs {
2+
background: linear-gradient(to right, #36b1da 0%, #29c6cd 100%);
3+
}

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ extra:
5050
social:
5151
- icon: fontawesome/brands/github
5252
link: https://github.com/seulinux
53+
54+
extra_css:
55+
- stylesheets/extra.css

0 commit comments

Comments
 (0)