Disable italics on bold

This commit is contained in:
2024-02-01 01:12:49 -06:00
parent 3b7f40fcce
commit c1da6a2347

View File

@@ -163,10 +163,10 @@ strong * {
font-weight: bold;
}
strong,
strong * {
font-style: italic;
}
// strong,
// strong * {
// font-style: italic;
// }
ul,
ol,