forked from github/pelican
fix: table heading colors
This commit is contained in:
parent
c188ce1152
commit
6716c43b32
1 changed files with 6 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ module.exports = {
|
|||
color: theme("colors.rp-dawn-text"), // align w/ main text color
|
||||
fontWeight: "800",
|
||||
},
|
||||
th: {
|
||||
color: theme("colors.rp-dawn-text"),
|
||||
},
|
||||
},
|
||||
},
|
||||
// NOTE: This is for prose (Markdown) in DARK mode
|
||||
|
|
@ -109,6 +112,9 @@ module.exports = {
|
|||
color: theme("colors.rp-moon-iris"), // align w/ main text color
|
||||
fontWeight: "800",
|
||||
},
|
||||
th: {
|
||||
color: theme("colors.rp-moon-iris"),
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue