💄 Add styles for mark tags within articles

This commit is contained in:
James Panther
2021-08-16 14:03:39 +10:00
parent b9f61f6896
commit b114f3be73
2 changed files with 9 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+8
View File
@@ -59,6 +59,11 @@ module.exports = {
fontSize: "0.9rem",
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"),
color: theme("colors.gray.300"),
},
mark: {
backgroundColor: theme("colors.secondary.400"),
},
},
],
},