From 669a357141f7e45aba4f130926e70bc6f003d0aa Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 8 Apr 2021 16:29:59 -0400 Subject: [PATCH] dark mode css improvements --- tailwind.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 9eaf4de..b7a6c67 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -48,6 +48,9 @@ module.exports = { "blockquote p": { color: "white", }, + p: { + color: "white", + }, code: { color: "white", }, @@ -55,7 +58,7 @@ module.exports = { color: theme("colors.gray.500"), }, "::selection": { - backgroundColor: "white", + color: "white", }, }, }