From d76f8eb7f57f6d3f7f4ccd70d558fb81aeebbeaf Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 7 Apr 2021 18:18:16 -0400 Subject: [PATCH] clean up css --- tailwind.config.js | 8 ++++---- tailwind.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index b135e09..d42c688 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,9 +7,9 @@ module.exports = { DEFAULT: { css: { color: "black", - }, - p: { - color: "black", + p: { + color: "black", + }, }, }, dark: { @@ -55,7 +55,7 @@ module.exports = { color: theme("colors.gray.500"), }, "::selection": { - backgroundColor: "white", + background-color: "white", }, }, } diff --git a/tailwind.css b/tailwind.css index bed7cb3..4e30ebe 100644 --- a/tailwind.css +++ b/tailwind.css @@ -2,9 +2,9 @@ @tailwind components; @tailwind utilities; -.paginator-text { +/*.paginator-text { @apply text-gray-600 font-bold py-2 px-4; -} +}*/ .post-tag { @apply inline-block text-xs rounded-full py-1 px-2 mt-1 mr-1 bg-gray-300 dark:bg-gray-500;