fix/remove contrast ratios
This commit is contained in:
parent
e6f148b8a3
commit
43bddc79e0
2 changed files with 6 additions and 6 deletions
|
@ -329,11 +329,15 @@ export const SLOT_INHERITANCE = {
|
|||
|
||||
lightText: {
|
||||
depends: ['text'],
|
||||
layer: 'bg',
|
||||
textColor: 'preserve',
|
||||
color: (mod, text) => brightness(20 * mod, text).rgb
|
||||
},
|
||||
|
||||
postLink: {
|
||||
depends: ['link']
|
||||
depends: ['link'],
|
||||
layer: 'bg',
|
||||
textColor: 'preserve'
|
||||
},
|
||||
|
||||
border: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue