Recompile CSS

This commit is contained in:
Ryan Gibson
2024-08-08 23:24:15 -04:00
parent b81ef0b227
commit ddb508446c

View File

@@ -3346,6 +3346,14 @@ code {
/* Renamed property in CSS3 draft spec */
}
/* Fix long URLs breaking out of article bounds on mobile */
a {
word-break: break-word;
word-wrap: break-word;
overflow-wrap: break-word;
}
/* -- Chroma Highlight -- */
/* Background */