🌐 Add RTL language support

This commit is contained in:
James Panther
2022-01-11 16:17:49 +11:00
parent 1b9b660abe
commit cdf56a1e11
15 changed files with 161 additions and 36 deletions
+2
View File
@@ -82,6 +82,7 @@ module.exports = {
blockquote: {
color: theme("colors.neutral.800"),
borderLeftColor: theme("colors.primary.200"),
borderRightColor: theme("colors.primary.200"),
},
h1: {
color: theme("colors.neutral.900"),
@@ -166,6 +167,7 @@ module.exports = {
blockquote: {
color: theme("colors.neutral.200"),
borderLeftColor: theme("colors.primary.900"),
borderRightColor: theme("colors.primary.900"),
},
h1: {
color: theme("colors.neutral.DEFAULT"),