mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 07:21:52 +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: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
primary: {
|
primary: {
|
||||||
50: '#f0f9ff',
|
50: '#eef1fc',
|
||||||
100: '#e0f2fe',
|
100: '#dde3f9',
|
||||||
200: '#bae6fd',
|
200: '#bbc7f3',
|
||||||
300: '#7dd3fc',
|
300: '#99abec',
|
||||||
400: '#38bdf8',
|
400: '#778fe6',
|
||||||
500: '#0ea5e9',
|
500: '#5573df',
|
||||||
600: '#0284c7',
|
600: '#425ad6',
|
||||||
700: '#0369a1',
|
700: '#3548ab',
|
||||||
800: '#075985',
|
800: '#283680',
|
||||||
900: '#0c4a6e',
|
900: '#1b2456',
|
||||||
},
|
},
|
||||||
secondary: {
|
secondary: {
|
||||||
50: '#faf5ff',
|
50: '#faf5ff',
|
||||||
|
|
Loading…
Add table
Reference in a new issue