diff --git a/.vscode/settings.json b/.vscode/settings.json
index 19977e72c..c383950da 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -63,5 +63,11 @@
"https://json.schemastore.org/github-workflow.json": "/.github/workflows/*.yml"
},
"testing.automaticallyOpenPeekView": "never",
- "tailwindCSS.experimental.configFile": ".nuxt/tailwind.config.cjs"
+ "files.associations": {
+ "*.css": "tailwindcss"
+ },
+ "editor.quickSuggestions": {
+ "strings": true
+ },
+ "tailwindCSS.experimental.configFile": "tailwind.config.ts"
}
diff --git a/app.config.ts b/app.config.ts
index 90e50c1c2..a7034266f 100644
--- a/app.config.ts
+++ b/app.config.ts
@@ -1,29 +1,6 @@
-import theme from '#tailwind-config/theme.mjs'
-
export default defineAppConfig({
- naiveui: {
- themeConfig: {
- shared: {
- common: {
- fontFamily: theme.fontFamily.sans.join(', '),
- lineHeight: theme.lineHeight.normal,
- },
- },
- light: {
- common: {
- primaryColor: theme.colors.primary[500],
- primaryColorHover: theme.colors.primary[600],
- primaryColorPressed: theme.colors.primary[700],
- primaryColorSuppl: theme.colors.primary[600],
- },
- },
- dark: {
- common: {
- primaryColor: theme.colors.primary[500],
- primaryColorHover: theme.colors.primary[400],
- primaryColorPressed: theme.colors.primary[600],
- },
- },
- },
+ ui: {
+ primary: 'primary',
+ gray: 'gray',
},
})
diff --git a/app.vue b/app.vue
deleted file mode 100644
index 71ddeae25..000000000
--- a/app.vue
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
JabRef is developed and maintained by a multidisciplinary
-
+
+
-
-
You do not need to be a developer to improve the documentation, @@ -91,19 +94,19 @@
Help us pay for project development and operating costs so that we @@ -119,19 +122,19 @@
JabRef is and always will be 100% free and open-source. Contribute
diff --git a/components/LandingPageMore.vue b/components/LandingPageMore.vue
index e2e4a7cab..b65c04a20 100644
--- a/components/LandingPageMore.vue
+++ b/components/LandingPageMore.vue
@@ -16,7 +16,7 @@
:href="item.href"
class="text-primary-500 hover:text-primary-600"
>
-