diff options
-rw-r--r-- | about_l.html | 3 | ||||
-rw-r--r-- | index.shtml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/about_l.html b/about_l.html index 3a06058..e90e33e 100644 --- a/about_l.html +++ b/about_l.html @@ -257,7 +257,7 @@ A1: That was an old typo... However according to the Haskell tutorial found at haskell.org, <code class="TText" style="background:rgba(128,128,128,0.4);border:1px rgba(128,128,128,0.4) solid;">"chirs" == sort "chris"</code> and is her twin nemesis. So that was an unintended, but appreciated side-effect. -</br> +<br> Why did I use "her" here? I wish I had an answer for you! </div> @@ -278,3 +278,4 @@ A4: <a rel="external" target="_blank" href="https://en.touhouwiki.net/wiki/Koish <br> The illustration is created by <a rel="external" target="_blank" href="https://www.pixiv.net/users/654238">ana</a> and you may <a rel="external" target="_blank" href="https://www.pixiv.net/artworks/7768871">find the original here</a>. </div> +</div> diff --git a/index.shtml b/index.shtml index 1ea3a43..794744c 100644 --- a/index.shtml +++ b/index.shtml @@ -54,6 +54,7 @@ div.projects-flex details[open]{ background-color: unset !important; padding: 0 1em 1em 1em; + pointer-events: auto; } div.projects-flex details[open] summary{ border-bottom: 1px solid var(--principal-fg); |