dark mode css improvements
This commit is contained in:
parent
61dd70dae0
commit
669a357141
@ -48,6 +48,9 @@ module.exports = {
|
|||||||
"blockquote p": {
|
"blockquote p": {
|
||||||
color: "white",
|
color: "white",
|
||||||
},
|
},
|
||||||
|
p: {
|
||||||
|
color: "white",
|
||||||
|
},
|
||||||
code: {
|
code: {
|
||||||
color: "white",
|
color: "white",
|
||||||
},
|
},
|
||||||
@ -55,7 +58,7 @@ module.exports = {
|
|||||||
color: theme("colors.gray.500"),
|
color: theme("colors.gray.500"),
|
||||||
},
|
},
|
||||||
"::selection": {
|
"::selection": {
|
||||||
backgroundColor: "white",
|
color: "white",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user