about summary refs log tree commit diff
path: root/bundles/copyparty/files/custom.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bundles/copyparty/files/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/copyparty/files/custom.css b/bundles/copyparty/files/custom.css
new file mode 100644
index 0000000..686b6b2
--- /dev/null
+++ b/bundles/copyparty/files/custom.css
@@ -0,0 +1,7 @@
+:root {
+	--font-main: sans-serif;
+	--font-serif: serif;
+	--font-mono: monospace;
+}
+
+.EasyMDEContainer .CodeMirror { font-family: var(--font-mono) }