summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css
index cf6909336..f2dff8ee2 100644
--- a/css/content.css
+++ b/css/content.css
@@ -639,6 +639,20 @@
white-space: normal;
}
+#app-content .body table {
+ border-collapse: collapse;
+}
+
+#app-content .body table th {
+ font-weight: bold;
+}
+
+#app-content .body table th,
+#app-content .body table td {
+ border: 1px solid var(--color-text-lighter);
+ padding: 2px 6px;
+}
+
#app-content .body iframe {
max-width: 100%;
}