Skip to content

Commit b4e7841

Browse files
committed
css
1 parent 3af140d commit b4e7841

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

docs/style/fontlab_pyapi.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,29 @@ pre,
3030
.md-typeset pre {
3131
margin: 1em 0;
3232
}
33+
}
34+
35+
.md-header {
36+
background-color: transparent !important;
37+
box-shadow: none !important;
38+
color: inherit !important;
39+
}
40+
41+
@media only screen and (min-width: 60em) {
42+
.md-header-nav__source {
43+
display: none;
44+
}
45+
.md-search {
46+
padding: .2rem;
47+
position: relative;
48+
left: 3.7em;
49+
margin-right: 2em;
50+
}
51+
.md-search__input {
52+
background-color: rgba(0, 0, 0, 0.03) !important;
53+
}
54+
.md-search__input::placeholder,
55+
.md-search__input~.md-search__icon {
56+
color: rgba(0, 0, 0, 0.2) !important;
57+
}
3358
}

fontlab7/theme/style/fontlab_pyapi.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,29 @@ pre,
3030
.md-typeset pre {
3131
margin: 1em 0;
3232
}
33+
}
34+
35+
.md-header {
36+
background-color: transparent !important;
37+
box-shadow: none !important;
38+
color: inherit !important;
39+
}
40+
41+
@media only screen and (min-width: 60em) {
42+
.md-header-nav__source {
43+
display: none;
44+
}
45+
.md-search {
46+
padding: .2rem;
47+
position: relative;
48+
left: 3.7em;
49+
margin-right: 2em;
50+
}
51+
.md-search__input {
52+
background-color: rgba(0, 0, 0, 0.03) !important;
53+
}
54+
.md-search__input::placeholder,
55+
.md-search__input~.md-search__icon {
56+
color: rgba(0, 0, 0, 0.2) !important;
57+
}
3358
}

0 commit comments

Comments
 (0)