mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 05:51:54 +02:00
feat: update theme's primary color to #425ad6
This commit is contained in:
parent
2ad1929c01
commit
425a64c454
1 changed files with 10 additions and 10 deletions
|
@ -5,16 +5,16 @@ module.exports = {
|
|||
extend: {
|
||||
colors: {
|
||||
primary: {
|
||||
50: '#f0f9ff',
|
||||
100: '#e0f2fe',
|
||||
200: '#bae6fd',
|
||||
300: '#7dd3fc',
|
||||
400: '#38bdf8',
|
||||
500: '#0ea5e9',
|
||||
600: '#0284c7',
|
||||
700: '#0369a1',
|
||||
800: '#075985',
|
||||
900: '#0c4a6e',
|
||||
50: '#eef1fc',
|
||||
100: '#dde3f9',
|
||||
200: '#bbc7f3',
|
||||
300: '#99abec',
|
||||
400: '#778fe6',
|
||||
500: '#5573df',
|
||||
600: '#425ad6',
|
||||
700: '#3548ab',
|
||||
800: '#283680',
|
||||
900: '#1b2456',
|
||||
},
|
||||
secondary: {
|
||||
50: '#faf5ff',
|
||||
|
|
Loading…
Add table
Reference in a new issue