Skip to content

Commit 6737842

Browse files
highlight fixes for a11y and arrow in nojs
these more specific and bad highlight styles bleed through from dark to light mode fixes #12399 fixes #12522
1 parent d0be329 commit 6737842

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/resources/pandoc/highlight-styles/a11y-dark.theme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
"underline": false
156156
},
157157
"Import": {
158-
"text-color": "#f8f8f2",
159158
"background-color": null,
160159
"bold": false,
161160
"italic": false,

src/resources/pandoc/highlight-styles/arrow-dark.theme

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"text-styles": {
33
"Alert": {
4-
"background-color": "#2a0f15",
5-
"bold": true,
64
"selected-text-color": "#f07178",
75
"text-color": "#f07178"
86
},

0 commit comments

Comments
 (0)