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 /public/index.html | |
| parent | 0b7dd46cb2c37915c62bb296ff3f3184d83e0c21 (diff) | |
| download | niwa-b6dac5ff0d87a018a2b119f4b4b1eed401726480.tar.gz niwa-b6dac5ff0d87a018a2b119f4b4b1eed401726480.zip | |
style: add dark-mode for <pre>
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index a7e80ea..9fa80d7 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN" xml:lang="zh-CN"> <head> -<!-- 2026-02-03 二 00:22 --> +<!-- 2026-02-03 二 00:25 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Verdant的杂物间</title> @@ -193,7 +193,7 @@ .org-svg { } </style> <style> -body { +body, pre { background-color: black; color: white; } @@ -245,7 +245,7 @@ This is a <a href="https://motherfuckingwebsite.com/">motherfucking-website</a>. </div> </div> <div id="postamble" class="status"> -<p class="date">Created: 2026-02-03 二 00:22</p> +<p class="date">Created: 2026-02-03 二 00:25</p> <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p> </div> </body> |
