Skip to content
Snippets Groups Projects
Commit f0a12fdb authored by Tomáš's avatar Tomáš
Browse files

fix richtext <i> styles for donations pages

parent 37626797
No related branches found
No related tags found
2 merge requests!694Release,!693Handle missing author name in article template, fix README default postgres port, fix donations page richtext <i>
......@@ -1193,8 +1193,8 @@ img.full-width {
}
/* OVERRIDE ICON STYLES FOR RICHTEXT ITALICS <i> */
.richtext i {
/* OVERRIDE RICHTEXT ITALICS STYLE <i> */
.richtext i:not([class^="icon-"])) {
font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
font-style: italic;
font-weight: inherit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment