File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -275,13 +275,16 @@ dd {
275275}
276276
277277/* Shiki theme colors */
278- html .light .shiki ,
279- html .light .shiki span {
278+ html .light .shiki {
280279 color : var (--shiki-light ) !important ;
281280 background-color : var (--shiki-light-bg ) !important ;
282- font-style : var (--shiki-light-font-style ) !important ;
283- font-weight : var (--shiki-light-font-weight ) !important ;
284- text-decoration : var (--shiki-light-text-decoration ) !important ;
281+
282+ & span {
283+ color : var (--shiki-light ) !important ;
284+ font-style : var (--shiki-light-font-style ) !important ;
285+ font-weight : var (--shiki-light-font-weight ) !important ;
286+ text-decoration : var (--shiki-light-text-decoration ) !important ;
287+ }
285288}
286289
287290/* Inline code in package descriptions */
You can’t perform that action at this time.
0 commit comments