custom footer links, colors, dark mode #82

This commit is contained in:
les
2020-08-05 17:08:01 +02:00
parent 4f035a3dce
commit fbdbce8bf7
4 changed files with 112 additions and 35 deletions

View File

@@ -26,7 +26,12 @@ const defaultSettings = {
enable_resources: false,
hide_boosts: true,
enable_trusted_instances: true,
trusted_instances: []
trusted_instances: [],
'theme.is_dark': true,
'theme.primary': '#FF4500',
footerLinks: [
{ href: '/about', label: 'about' }
]
}
/**