Compare commits
2 Commits
bed649194c
...
0f455e0931
Author | SHA1 | Date |
---|---|---|
blankie | 0f455e0931 | |
blankie | 7869104dfc |
|
@ -41,6 +41,7 @@ details[open] {
|
||||||
}
|
}
|
||||||
summary:hover {
|
summary:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
@ -49,7 +50,8 @@ html {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow-wrap: break-word;
|
/* https://queer.party/@cafkafk@akko.wtf/112087113708496854 */
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
/* https://stackoverflow.com/a/248013 */
|
/* https://stackoverflow.com/a/248013 */
|
||||||
|
|
Loading…
Reference in New Issue