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/how-do-i-build-this-site.html | |
| parent | 0b7dd46cb2c37915c62bb296ff3f3184d83e0c21 (diff) | |
| download | niwa-b6dac5ff0d87a018a2b119f4b4b1eed401726480.tar.gz niwa-b6dac5ff0d87a018a2b119f4b4b1eed401726480.zip | |
style: add dark-mode for <pre>
Diffstat (limited to 'public/how-do-i-build-this-site.html')
| -rw-r--r-- | public/how-do-i-build-this-site.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/how-do-i-build-this-site.html b/public/how-do-i-build-this-site.html index 5a9ee9f..8391c1f 100644 --- a/public/how-do-i-build-this-site.html +++ b/public/how-do-i-build-this-site.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>我是如何构建这个站点的</title> @@ -193,7 +193,7 @@ .org-svg { } </style> <style> -body { +body, pre { background-color: black; color: white; } @@ -213,7 +213,7 @@ color: white; <ul> <li><a href="#orgdfeff17">niwa.sh</a> <ul> -<li><a href="#org13adbbd">new<sub>note</sub>()</a></li> +<li><a href="#org1cebfa5"><code>new_note()</code></a></li> <li><a href="#org88f87df">build()</a></li> </ul> </li> @@ -255,9 +255,9 @@ scripts <h3 id="orgdfeff17">niwa.sh</h3> <div class="outline-text-3" id="text-orgdfeff17"> </div> -<div id="outline-container-org13adbbd" class="outline-4"> -<h4 id="org13adbbd">new<sub>note</sub>()</h4> -<div class="outline-text-4" id="text-org13adbbd"> +<div id="outline-container-org1cebfa5" class="outline-4"> +<h4 id="org1cebfa5"><code>new_note()</code></h4> +<div class="outline-text-4" id="text-org1cebfa5"> <div class="org-src-container"> <pre class="src src-bash">new_note() { file_name=$1 @@ -420,7 +420,7 @@ This is a <a href="https://motherfuckingwebsite.com/">mother-fucking 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> |
