shrink vertical tag padding, make text black in light mode
This commit is contained in:
@@ -4,6 +4,14 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
typography: (theme) => ({
|
||||
DEFAULT: {
|
||||
css: {
|
||||
color: "black",
|
||||
},
|
||||
p: {
|
||||
color: "black",
|
||||
},
|
||||
},
|
||||
dark: {
|
||||
css: {
|
||||
color: "white",
|
||||
@@ -62,4 +70,4 @@ module.exports = {
|
||||
plugins: [
|
||||
require('@tailwindcss/typography')
|
||||
],
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user