aboutsummaryrefslogtreecommitdiffstats
path: root/template/setup/minimal.setup
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2026-02-03 00:25:56 +0800
committeryingyu5658 <i@yingyu5658.me>2026-02-03 00:25:56 +0800
commitb6dac5ff0d87a018a2b119f4b4b1eed401726480 (patch)
tree76e21ff683e603233171474f23b82033f2778b58 /template/setup/minimal.setup
parent0b7dd46cb2c37915c62bb296ff3f3184d83e0c21 (diff)
downloadniwa-b6dac5ff0d87a018a2b119f4b4b1eed401726480.tar.gz
niwa-b6dac5ff0d87a018a2b119f4b4b1eed401726480.zip
style: add dark-mode for <pre>
Diffstat (limited to 'template/setup/minimal.setup')
-rw-r--r--template/setup/minimal.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/setup/minimal.setup b/template/setup/minimal.setup
index 1a8fe86..53a2bfe 100644
--- a/template/setup/minimal.setup
+++ b/template/setup/minimal.setup
@@ -3,7 +3,7 @@
#+LANGUAGE: zh-CN
#+OPTIONS: num:nil
#+HTML_HEAD: <style>
-#+HTML_HEAD: body {
+#+HTML_HEAD: body, pre {
#+HTML_HEAD: background-color: black;
#+HTML_HEAD: color: white;
#+HTML_HEAD: }