]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
fix summary marker turning into emoji on ios
authorCameron Otsuka <cameron@otsuka.haus>
Wed, 17 Dec 2025 20:11:53 +0000 (12:11 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Wed, 17 Dec 2025 20:11:53 +0000 (12:11 -0800)
src/styles/style.css

index 3a60f50177e9d7e1173644af285cd8b15a877bae..3c82f02f4c2b506e464ef1b0dbecedc9828e6215 100644 (file)
@@ -105,4 +105,10 @@ code {
   clip: rect(0, 0, 0, 0);
   word-wrap: normal;
   border: 0;
+}
+details > summary {
+  list-style-type: "▸";
+}
+details[open] > summary {
+  list-style-type: "▾";
 }
\ No newline at end of file