disable auto capitalization for headlines, since this rule is not used on spanish
This commit is contained in:
parent
0b26b54282
commit
5cc9b6837a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
.postTitle {
|
.postTitle {
|
||||||
color: #FF79C6;
|
color: #FF79C6;
|
||||||
|
text-transform: none;
|
||||||
}
|
}
|
||||||
.postListItem {
|
.postListItem {
|
||||||
background: #44475a;
|
background: #44475a;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue