feat(freesewing.dev): Updated gradients and loading indicators
This commit is contained in:
parent
6c41b1d941
commit
7af63ed65f
8 changed files with 46 additions and 46 deletions
|
@ -131,11 +131,12 @@ module.exports = {
|
|||
* This is used as a border & loading indicator
|
||||
*/
|
||||
'--theme-gradient': `repeating-linear-gradient(
|
||||
-45deg,
|
||||
${colors.neutral[900]} 0,
|
||||
${colors.neutral[900]} 10px,
|
||||
${colors.neutral[50]} 10px,
|
||||
${colors.neutral[50]} 20px
|
||||
90deg,
|
||||
${colors.violet[600]} 0,
|
||||
${colors.violet[500]} 30%,
|
||||
${colors.yellow[500]} 50%,
|
||||
${colors.purple[500]} 75%,
|
||||
${colors.violet[600]} 100%
|
||||
)`,
|
||||
|
||||
/* CODE HIGHLIGHTING COLORS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue