Skip to content

Commit 1511c70

Browse files
committed
Fix logo in docs
1 parent e268d1e commit 1511c70

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

docs/_static/_images/logo.svg

Lines changed: 1 addition & 18 deletions
Loading

docs/_static/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,22 @@
1212
.wy-table-responsive {
1313
overflow: visible !important;
1414
}
15+
16+
.rst-content kbd {
17+
display: inline-block;
18+
padding: 3px 5px;
19+
font-size: 11px;
20+
line-height: 10px;
21+
color: #444d56;
22+
vertical-align: middle;
23+
background-color: #fafbfc;
24+
border: solid 1px #c6cbd1;
25+
border-bottom-color: rgb(198, 203, 209);
26+
border-bottom-color: #959da5;
27+
border-radius: 3px;
28+
box-shadow: inset 0 -1px 0 #959da5;
29+
}
30+
31+
.wy-side-nav-search > a img.logo, .wy-side-nav-search .wy-dropdown > a img.logo {
32+
width: 100px !important;
33+
}

0 commit comments

Comments
 (0)