mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 12:05:54 +00:00
12 lines
153 B
JavaScript
12 lines
153 B
JavaScript
import theme from '@nuxt/content-theme-docs'
|
|
|
|
export default theme({
|
|
docs: {
|
|
primaryColor: '#3282ff'
|
|
},
|
|
css: [
|
|
"./assets/main.css"
|
|
]
|
|
})
|
|
|