mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
feat: styling update
This commit is contained in:
@@ -6,17 +6,19 @@ export default {
|
||||
extend: {
|
||||
colors: {
|
||||
gray: {
|
||||
50: '#f7f7f8',
|
||||
100: '#ececf1',
|
||||
200: '#d9d9e3',
|
||||
300: '#c5c5d2',
|
||||
400: '#acacbe',
|
||||
500: '#8e8ea0',
|
||||
600: '#565869',
|
||||
700: '#40414f',
|
||||
800: '#343541',
|
||||
900: '#202123',
|
||||
950: '#050509'
|
||||
50: '#f9f9f9',
|
||||
100: '#ececec',
|
||||
200: '#e3e3e3',
|
||||
300: '#cdcdcd',
|
||||
400: '#b4b4b4',
|
||||
500: '#9b9b9b',
|
||||
600: '#676767',
|
||||
700: '#4e4e4e',
|
||||
800: '#333',
|
||||
850: '#262626',
|
||||
|
||||
900: '#171717',
|
||||
950: '#0d0d0d'
|
||||
}
|
||||
},
|
||||
typography: {
|
||||
|
||||
Reference in New Issue
Block a user