We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce13e commit 1be2165Copy full SHA for 1be2165
static/css/docs/docs.css
@@ -12,3 +12,10 @@
12
13
/* Search results */
14
#search-results span.highlighted { background-color: #ffe761; font-weight: bold; }
15
+
16
+div.snippet-filename {
17
+ color: white; background-color: #234F32; margin: 0; padding: 2px 5px;
18
+ font-family: monospace; font-size: small; line-height: 1.3em;
19
+}
20
+div.snippet-filename + div.highlight > pre { margin-top: 0; }
21
+div.snippet-filename + pre { margin-top: 0; }
0 commit comments