summaryrefslogtreecommitdiffstats
path: root/vendor/derivative/doc/custom.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendor/derivative/doc/custom.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/derivative/doc/custom.css b/vendor/derivative/doc/custom.css
new file mode 100644
index 000000000..3ccc00806
--- /dev/null
+++ b/vendor/derivative/doc/custom.css
@@ -0,0 +1,24 @@
+#content > main > table {
+ position: relative;
+ left: 50%;
+ transform: translateX(-50%);
+
+ margin-left: 0px;
+ margin-right: 0px;
+}
+
+#content > main > table td {
+ vertical-align: top;
+}
+
+#content > main > table .hljs {
+ background: none;
+}
+
+.readme-example {
+ background: #f1f1f1;
+}
+
+table .readme-example > td {
+ border: 1px hsl(0, 0%, 0%) solid;
+} \ No newline at end of file