Skip to content

Commit 7e55c46

Browse files
abjernermikecp
authored andcommitted
Added extra selector for styling <code> elements in the content
1 parent d70583f commit 7e55c46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Umbraco.Web.UI.Docs/umb-docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ a:hover {
3434
color: rgba(0, 0, 0, .8);
3535
}
3636

37-
.content p code {
37+
.content p code,
38+
.content li code {
3839
font-size: 85%;
3940
font-family: inherit;
4041
background-color: #f7f7f9;

0 commit comments

Comments
 (0)