Compare commits

..

No commits in common. "0f455e0931db0a995e2a3999aecd4f1cf6dd5351" and "bed649194ced28d0345b79d79cedc1ab57725cfa" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

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