mirror of https://github.com/jpanther/congo.git
💄 Add styles for `mark` tags within articles
parent
b9f61f6896
commit
b114f3be73
File diff suppressed because one or more lines are too long
|
@ -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"),
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue