shrink vertical tag padding, make text black in light mode
This commit is contained in:
parent
fffdb87ca7
commit
03b882d08d
@ -4,6 +4,14 @@ module.exports = {
|
|||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
typography: (theme) => ({
|
typography: (theme) => ({
|
||||||
|
DEFAULT: {
|
||||||
|
css: {
|
||||||
|
color: "black",
|
||||||
|
},
|
||||||
|
p: {
|
||||||
|
color: "black",
|
||||||
|
},
|
||||||
|
},
|
||||||
dark: {
|
dark: {
|
||||||
css: {
|
css: {
|
||||||
color: "white",
|
color: "white",
|
||||||
@ -62,4 +70,4 @@ module.exports = {
|
|||||||
plugins: [
|
plugins: [
|
||||||
require('@tailwindcss/typography')
|
require('@tailwindcss/typography')
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-tag {
|
.post-tag {
|
||||||
@apply inline-block text-xs rounded-full py-2 px-4 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