We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7706ef commit 3eae0ddCopy full SHA for 3eae0dd
1 file changed
docs/_static/css/argparse-highlight.css
@@ -353,9 +353,13 @@ body:not([data-theme="dark"]) .argparse-argument-name .headerlink:hover:not(:vis
353
354
/*
355
* Default value styling in metadata
356
- * Uses .nv (Name.Variable) class for yellow/italic styling consistent with metavars.
+ * Styled like inline code with monokai background.
357
*/
358
.argparse-argument-meta .nv {
359
+ background: var(--color-inline-code-background);
360
+ border-radius: .2rem;
361
+ padding: .325rem .6rem;
362
+ font-family: var(--font-stack--monospace);
363
color: #E5C07B;
364
font-style: italic;
365
}
0 commit comments