diff --git a/docs/css/funnel.css b/docs/css/funnel.css
index 825d6af70..b6b5c10dd 100644
--- a/docs/css/funnel.css
+++ b/docs/css/funnel.css
@@ -243,3 +243,23 @@ pre {
color: #aaa;
font-style: normal;
}
+
+.code-block-header {
+ background-color: #404040;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ font-size: smaller;
+ color: darkgray;
+ padding: 0.2em 1em 0.2em 1em;
+}
+.copy-code-button {
+ background: none;
+ border: none;
+ color: inherit;
+ cursor: pointer;
+ font-size: 1em;
+}
+.copy-code-button:focus {
+ outline: none;
+}
diff --git a/docs/css/monokai-sublime.css b/docs/css/monokai-sublime.css
index 2864170da..d195e4f1c 100644
--- a/docs/css/monokai-sublime.css
+++ b/docs/css/monokai-sublime.css
@@ -50,7 +50,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
- color: #f92672;
+ color: #bababa;
}
.hljs-symbol,
diff --git a/docs/download/index.html b/docs/download/index.html
index efb7df968..6ab57a58a 100644
--- a/docs/download/index.html
+++ b/docs/download/index.html
@@ -13,7 +13,8 @@
-
+
+
@@ -27,6 +28,9 @@
+
+
+
+
+
+