Skip to content

Commit 888a2c0

Browse files
committed
Remove some unnecessary styling from inline code
1 parent 781a982 commit 888a2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/theme/jaybird-html/firebird.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title str
102102
:not(pre).nobreak{word-wrap:normal}
103103
:not(pre).nowrap{white-space:nowrap}
104104
:not(pre).pre-wrap{white-space:pre-wrap}
105-
:not(pre,h1,h2,h3,#toctitle,h4,h5,h6,h7):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:inherit;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
105+
:not(pre,h1,h2,h3,#toctitle,h4,h5,h6,h7):not([class^=L])>code{font-size:.9375em;font-style:normal!important;background:inherit;text-rendering:optimizeSpeed}
106106
pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
107107
pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
108108
pre>code{display:block}

0 commit comments

Comments
 (0)