Compare commits

...

2 Commits

1 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,7 @@ details[open] {
}
summary:hover {
text-decoration: underline;
cursor: pointer;
}
html {
@ -49,7 +50,8 @@ html {
font-size: var(--font-size);
font-family: sans-serif;
padding: 10px;
overflow-wrap: break-word;
/* https://queer.party/@cafkafk@akko.wtf/112087113708496854 */
overflow-wrap: anywhere;
}
pre {
/* https://stackoverflow.com/a/248013 */