Skip to content

Commit

Permalink
Merge pull request #17 from k-miyata/fix-text-color-in-code-blocks
Browse files Browse the repository at this point in the history
Fix text color in code blocks
  • Loading branch information
k-miyata authored Dec 22, 2024
2 parents 293a64d + 1ebbd2a commit 2f84157
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
--color-background-primary: hsl(172deg 1% 16%);
--color-background-default: hsl(172deg 1% 16%);
--color-background-secondary: hsl(172deg 1% 20%);

.code-block-container {
--color-text-invert: initial;
}
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "4.0",
"version": "4.1",
"icons": {
"128": "icon_128.png"
},
Expand Down

0 comments on commit 2f84157

Please sign in to comment.