We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a30d1 + 11842b4 commit 1699b43Copy full SHA for 1699b43
1 file changed
app/assets/main.css
@@ -275,13 +275,16 @@ dd {
275
}
276
277
/* Shiki theme colors */
278
-html.light .shiki,
279
-html.light .shiki span {
+html.light .shiki {
280
color: var(--shiki-light) !important;
281
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;
+
+ & span {
+ color: var(--shiki-light) !important;
+ 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
+ }
288
289
290
/* Inline code in package descriptions */
0 commit comments