Skip to content
Snippets Groups Projects
Commit 06e5156b authored by mateuszmiko's avatar mateuszmiko
Browse files

Merge branch 'style/add_tailwind_color_theme' into 'development'

style(tailwind): add colors for theme

See merge request !5
parents c29a7336 96de5e33
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!5style(tailwind): add colors for theme
Pipeline #78495 passed
...@@ -4,9 +4,26 @@ const config: Config = { ...@@ -4,9 +4,26 @@ const config: Config = {
content: ['./src/**/*.ts', './src/**/*.tsx'], content: ['./src/**/*.ts', './src/**/*.tsx'],
theme: { theme: {
extend: { extend: {
backgroundImage: { colors: {
'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))', primary: {
'gradient-conic': 'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))', 100: '#ebf4ff',
500: '#106ad7',
600: '#0055bb',
700: '#004393',
},
greyscale: {
500: '#eeeeee',
600: '#cacaca',
700: '#a5a5a5',
},
font: {
400: '#6a6977',
500: '#070130',
},
cinnabar: '#ec4d2c',
'med-sea-green': '#3ab65d',
cultured: '#f7f7f8',
'white-pearl': '#ffffff',
}, },
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment