Skip to content

Commit 63c6f59

Browse files
Merge branch 'develop' into feature/311-hook-guard
2 parents aa129ce + 9bfe1d0 commit 63c6f59

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.md-version::before {
2+
content: "Version:";
3+
margin-right: 0.4em;
4+
font-size: 0.8rem;
5+
color: var(--md-primary-bg-color);
6+
opacity: 0.7;
7+
}

docs/site/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ extra:
3737
version:
3838
provider: mike
3939

40+
extra_css:
41+
- stylesheets/extra.css
42+
4043
plugins:
4144
- search
4245

0 commit comments

Comments
 (0)