16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
{
|
|
"base": {
|
|
"style": {
|
|
"color": "var(--text-color)",
|
|
"fontFamily": "sans-serif"
|
|
}
|
|
},
|
|
"variants": [
|
|
{
|
|
"pseudo": "hover",
|
|
"style": {
|
|
"backgroundColor": "var(--call-to-action-hover)"
|
|
}
|
|
}
|
|
]
|
|
} |