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;