Skip to content

Commit f708c1f

Browse files
authored
Add grey background to inline code
1 parent 2f43ea4 commit f708c1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

HuduCustomCSS.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ details>summary:first-of-type {
4040
.img-from-confluence {
4141
border: 1px solid gray;
4242
}
43+
44+
/* Inline code - grey background*/
45+
code {
46+
background-color: #F1F2F4;
47+
padding: 2px .5ch;
48+
}

0 commit comments

Comments
 (0)