Skip to content

Commit 71b625f

Browse files
authored
[website] Fix css style for 'code' in list (apache#1949)
1 parent 1e84897 commit 71b625f

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

website/src/css/custom.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,13 @@
138138
}
139139
}
140140

141-
li {
142-
code {
143-
border-radius: 4px;
144-
background-color: #edf2fa;
145-
border: none;
146-
padding: 3px 4px;
147-
font-size: 14px;
148-
color: #4c576c;
149-
}
141+
li > code {
142+
border-radius: 4px;
143+
background-color: #edf2fa;
144+
border: none;
145+
padding: 3px 4px;
146+
font-size: 14px;
147+
color: #4c576c;
150148
}
151149

152150
/* pre {

0 commit comments

Comments
 (0)