File: inline-include.css

package info (click to toggle)
pytest-skip-markers 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 744 kB
  • sloc: python: 4,145; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.literal-block-wrapper, article div[class^="highlight-default"] {
  margin-top: 0.4em;
}

.literal-block-wrapper .code-block-caption {
  text-align: left;
}

.literal-block-wrapper .code-block-caption .caption-text {
  padding: 0.5em 0.7em;
  border: .1em solid var(--color-code-background);
  border-radius: 0.6rem 0.6rem 0 0;
  background-color: var(--color-code-background);
  font-family: var(--font-stack--monospace);
}