Recompile CSS

This commit is contained in:
Ryan Gibson 2024-08-08 23:24:15 -04:00
parent b81ef0b227
commit ddb508446c
No known key found for this signature in database
GPG key ID: 2179CAF509FD45EA

View file

@ -3346,6 +3346,14 @@ code {
/* Renamed property in CSS3 draft spec */ /* 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 -- */ /* -- Chroma Highlight -- */
/* Background */ /* Background */