Skip to content

Commit f1c6780

Browse files
committed
fix some styling
1 parent a7b9026 commit f1c6780

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/_static/custom.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,13 @@ div.admonition.admonition-todo>.admonition-title::before {
180180
#search-shortcut-page {
181181
position: absolute;
182182
right: 9.375rem;
183-
top: 0.1875rem;
183+
top: 0.375rem;
184184
border-radius: 0.25em;
185185
background: #d9eef9;
186-
padding: 0.2em;
186+
padding: 0.1787rem 0.2813rem;
187187
color: #4a4a4a;
188+
font-weight: 600;
189+
line-height: 1.25rem;
188190
}
189191

190192
/* Show search form. It is hidden by default. */
@@ -320,9 +322,11 @@ div.sidebar:not(.margin) .admonition {
320322
right: 1.25rem;
321323
border-radius: 0.25em;
322324
background: #d9eef9;
323-
padding: 0.2em;
325+
padding: 0.1787rem 0.2813rem;
324326
color: #4a4a4a;
325327
font-size: 1rem;
328+
font-weight: 600;
329+
line-height: 1.25rem;
326330
}
327331

328332
@media (min-width:768px) {

0 commit comments

Comments
 (0)