💄 Add styles for `mark` tags within articles

pull/2/head
James Panther 2021-08-16 14:03:39 +10:00
parent b9f61f6896
commit b114f3be73
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -59,6 +59,11 @@ module.exports = {
fontSize: "0.9rem", fontSize: "0.9rem",
fontWeight: "600", fontWeight: "600",
}, },
mark: {
backgroundColor: theme("colors.secondary.200"),
padding: "0.1rem 0.2rem",
borderRadius: "0.12rem",
},
}, },
], ],
}, },
@ -124,6 +129,9 @@ module.exports = {
backgroundColor: theme("colors.gray.700"), backgroundColor: theme("colors.gray.700"),
color: theme("colors.gray.300"), color: theme("colors.gray.300"),
}, },
mark: {
backgroundColor: theme("colors.secondary.400"),
},
}, },
], ],
}, },