Updated tokens
parent
231c7ef69b
commit
ec0349202d
|
@ -25,12 +25,12 @@ export default {
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
navButton: {
|
navButton: {
|
||||||
boxShadow: '0px 0px 10px 50px rgba(255, 255, 255, 0.6)'
|
shadow: '0px 0px 10px 50px rgba(255, 255, 255, 0.6)'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
navButton: {
|
navButton: {
|
||||||
boxShadow: '0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)'
|
shadow: '0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,12 +25,12 @@ export default {
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
navButton: {
|
navButton: {
|
||||||
boxShadow: '0px 0px 10px 50px rgba(255, 255, 255, 0.6)'
|
shadow: '0px 0px 10px 50px rgba(255, 255, 255, 0.6)'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
navButton: {
|
navButton: {
|
||||||
boxShadow: '0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)'
|
shadow: '0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,12 +25,12 @@ export default {
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
navButton: {
|
navButton: {
|
||||||
boxShadow: '0px 0px 10px 50px rgba(255, 255, 255, 0.6)'
|
shadow: '0px 0px 10px 50px rgba(255, 255, 255, 0.6)'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
navButton: {
|
navButton: {
|
||||||
boxShadow: '0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)'
|
shadow: '0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue