Skip to content

Commit 4a7cbb0

Browse files
committed
style(css): Reduce default value badge size with smaller font and padding
1 parent f5c8591 commit 4a7cbb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_static/css/argparse-highlight.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,9 @@ body:not([data-theme="dark"]) .argparse-argument-name .headerlink:hover:not(:vis
356356
.argparse-argument-meta .nv {
357357
background: var(--argparse-code-background);
358358
border-radius: .2rem;
359-
padding: .325rem .6rem;
359+
padding: .1405rem .3rem;
360360
font-family: var(--font-stack--monospace);
361+
font-size: var(--font-size--small);
361362
color: #E5C07B;
362363
font-style: italic;
363364
}

0 commit comments

Comments
 (0)