summaryrefslogtreecommitdiffstats
path: root/0.9.5/stylesheets/extra.css
diff options
context:
space:
mode:
Diffstat (limited to '0.9.5/stylesheets/extra.css')
-rw-r--r--0.9.5/stylesheets/extra.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/0.9.5/stylesheets/extra.css b/0.9.5/stylesheets/extra.css
new file mode 100644
index 00000000..b7e75d05
--- /dev/null
+++ b/0.9.5/stylesheets/extra.css
@@ -0,0 +1,12 @@
+:root {
+ --md-primary-fg-color: #268bd2;
+ --md-accent-fg-color: #81a1c1;
+}
+
+.md-typeset__table {
+ min-width: 100%;
+}
+
+.md-typeset table:not([class]) {
+ display: table;
+}