clean up css
This commit is contained in:
parent
03b882d08d
commit
d76f8eb7f5
@ -7,9 +7,9 @@ module.exports = {
|
|||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
color: "black",
|
color: "black",
|
||||||
},
|
p: {
|
||||||
p: {
|
color: "black",
|
||||||
color: "black",
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
@ -55,7 +55,7 @@ module.exports = {
|
|||||||
color: theme("colors.gray.500"),
|
color: theme("colors.gray.500"),
|
||||||
},
|
},
|
||||||
"::selection": {
|
"::selection": {
|
||||||
backgroundColor: "white",
|
background-color: "white",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
.paginator-text {
|
/*.paginator-text {
|
||||||
@apply text-gray-600 font-bold py-2 px-4;
|
@apply text-gray-600 font-bold py-2 px-4;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.post-tag {
|
.post-tag {
|
||||||
@apply inline-block text-xs rounded-full py-1 px-2 mt-1 mr-1 bg-gray-300 dark:bg-gray-500;
|
@apply inline-block text-xs rounded-full py-1 px-2 mt-1 mr-1 bg-gray-300 dark:bg-gray-500;
|
||||||
|
Loading…
Reference in New Issue
Block a user