mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add inverted color for background
This commit is contained in:
@@ -22,6 +22,7 @@ module.exports = {
|
|||||||
backgroundColor: {
|
backgroundColor: {
|
||||||
skin: {
|
skin: {
|
||||||
fill: withOpacity("--color-fill"),
|
fill: withOpacity("--color-fill"),
|
||||||
|
inverted: withOpacity("--color-text-base"),
|
||||||
card: withOpacity("--color-card"),
|
card: withOpacity("--color-card"),
|
||||||
"card-muted": withOpacity("--color-card-muted"),
|
"card-muted": withOpacity("--color-card-muted"),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user