mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 09:17:33 +00:00
Add color palette for yuika-blue
This commit is contained in:
parent
b08ef24805
commit
2834ff0eaf
@ -11,6 +11,19 @@ module.exports = {
|
|||||||
'transform': 'transform',
|
'transform': 'transform',
|
||||||
},
|
},
|
||||||
extend: {
|
extend: {
|
||||||
|
colors: {
|
||||||
|
'yuika-blue': {
|
||||||
|
'100': '#C6E7F8',
|
||||||
|
'200': '#9FD3F0',
|
||||||
|
'300': '#7BBEE5',
|
||||||
|
'400': '#5AA7D7',
|
||||||
|
'500': '#3B90C6',
|
||||||
|
'600': '#2E72AA',
|
||||||
|
'700': '#22558C',
|
||||||
|
'800': '#173B6C',
|
||||||
|
'900': '#0E254C',
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
'sans': ['"Exo 2"',' -apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'],
|
'sans': ['"Exo 2"',' -apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'],
|
||||||
|
Loading…
Reference in New Issue
Block a user