clean up css

This commit is contained in:
eggy 2021-04-07 18:18:16 -04:00
parent 03b882d08d
commit d76f8eb7f5
2 changed files with 6 additions and 6 deletions

View File

@ -7,11 +7,11 @@ module.exports = {
DEFAULT: {
css: {
color: "black",
},
p: {
color: "black",
},
},
},
dark: {
css: {
color: "white",
@ -55,7 +55,7 @@ module.exports = {
color: theme("colors.gray.500"),
},
"::selection": {
backgroundColor: "white",
background-color: "white",
},
},
}

View File

@ -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;