disable auto capitalization for headlines, since this rule is not used on spanish

This commit is contained in:
Simon Belmont 2025-03-24 14:49:24 -04:00
parent 0b26b54282
commit 5cc9b6837a

View file

@ -34,6 +34,7 @@ a:hover {
}
.postTitle {
color: #FF79C6;
text-transform: none;
}
.postListItem {
background: #44475a;