fix/remove contrast ratios

This commit is contained in:
Henry Jameson 2020-02-11 01:13:59 +02:00
parent e6f148b8a3
commit 43bddc79e0
2 changed files with 6 additions and 6 deletions

View file

@ -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: {