Don't use custom built-in elements because they are not supported in webkit

This commit is contained in:
2025-06-16 22:41:31 -07:00
parent b5d73d9ad0
commit 3de614c8ee
6 changed files with 44 additions and 38 deletions

View File

@@ -16,3 +16,8 @@
user-select: none;
font-family: monospace;
}
span {
margin: 0;
font-size: smaller;
}