Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 4098153

Browse files
committed
tweak colors
1 parent cd93135 commit 4098153

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/css/prism.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.language-javascript {
2+
color: white;
3+
}
4+
15
.token.tag,
26
.token.class-name,
37
.token.selector,

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
fontWeight: 400,
5454
},
5555
pre: {
56-
color: theme('colors.gray.200'),
56+
color: theme('colors.white'),
5757
backgroundColor: theme('colors.gray.800'),
5858
},
5959
blockquote: {

0 commit comments

Comments
 (0)