From ada70ea42c39b579b8aad248068b95c956a79a1c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 22 Apr 2026 14:32:23 +0900 Subject: deploy copyparty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/copyparty/files/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bundles/copyparty/files/custom.css (limited to 'bundles/copyparty/files/custom.css') 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) } -- cgit 1.4.1