mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 09:51:37 -04:00
💄 Add styles for mark tags within articles
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -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"),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user