You've already forked obsidian-visualiser
Progressing on the CSS rework
This commit is contained in:
@@ -19,7 +19,6 @@ export default defineNuxtConfig({
|
||||
colors: {
|
||||
transparent: 'transparent',
|
||||
current: 'currentColor',
|
||||
accent: '#8a5cf5',
|
||||
light: {
|
||||
red: '#e93147',
|
||||
orange: '#ec7500',
|
||||
@@ -63,7 +62,11 @@ export default defineNuxtConfig({
|
||||
60: '#999999',
|
||||
70: '#b3b3b3',
|
||||
100: '#dadada',
|
||||
}
|
||||
},
|
||||
accent: {
|
||||
purple: '#8a5cf5',
|
||||
blue: '#53aaf5',
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user