1
0
Fork 0

Revert "Let's prettify all paragraphs"

This reverts commit 4897847601.
This commit is contained in:
Lim Chee Aun 2023-10-27 00:58:12 +08:00
parent 0678366566
commit 713865a094

View file

@ -148,16 +148,6 @@ body {
}
}
p {
/*
white-space is shorthand for two values; white-space-collapse and text-wrap
https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
!important is needed to override higher specificity when elements are styled
with `white-space` and 1 value, which doesn't have "pretty"
*/
text-wrap: pretty !important;
}
a {
color: var(--link-color);
text-decoration-color: var(--link-faded-color);