diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-02-03 00:25:56 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-02-03 00:25:56 +0800 |
| commit | b6dac5ff0d87a018a2b119f4b4b1eed401726480 (patch) | |
| tree | 76e21ff683e603233171474f23b82033f2778b58 /template/setup/minimal.setup | |
| parent | 0b7dd46cb2c37915c62bb296ff3f3184d83e0c21 (diff) | |
| download | niwa-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.setup | 2 |
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: } |
