diff --git a/build.sh b/build.sh index 95252bb..d521746 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ if [ "$1" = "--firefox" ]; then cp firefox/manifest.json dist/manifest.json else # Copy to dist/manifest.json - echo "Built for Chrom(ium)e..." + echo "Built for Chrome(ium)..." cp src/manifest.json dist/manifest.json fi diff --git a/components.json b/components.json index 35f1308..464b2a4 100644 --- a/components.json +++ b/components.json @@ -13,4 +13,4 @@ "components": "src/@/components", "utils": "src/@/lib/utils" } -} \ No newline at end of file +} diff --git a/firefox/manifest.json b/firefox/manifest.json index 0dd6ffc..58a839e 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -3,7 +3,7 @@ "name": "Linkwarden", "description": "The browser extension for Linkwarden.", "homepage_url": "https://linkwarden.app/", - "version": "1.0.4", + "version": "1.2.7", "browser_action": { "default_popup": "./index.html", "default_icon": { diff --git a/src/pages/Popup/index.css b/src/pages/Popup/index.css index 771de95..3ad0cf8 100644 --- a/src/pages/Popup/index.css +++ b/src/pages/Popup/index.css @@ -37,34 +37,34 @@ } .dark { - --background: 222.2 84% 4.9%; - --foreground: 210 40% 98%; + --background: 222.2 0% 4.9%; + --foreground: 210 0% 98%; - --muted: 217.2 32.6% 17.5%; - --muted-foreground: 215 20.2% 65.1%; + --muted: 217.2 0% 17.5%; + --muted-foreground: 215 0% 65.1%; - --popover: 222.2 84% 4.9%; - --popover-foreground: 210 40% 98%; + --popover: 222.2 0% 4.9%; + --popover-foreground: 210 0% 98%; - --card: 222.2 84% 4.9%; - --card-foreground: 210 40% 98%; + --card: 222.2 0% 4.9%; + --card-foreground: 210 0% 98%; - --border: 217.2 32.6% 17.5%; - --input: 217.2 32.6% 17.5%; + --border: 217.2 0% 17.5%; + --input: 217.2 0% 17.5%; - --primary: 210 40% 98%; - --primary-foreground: 222.2 47.4% 11.2%; + --primary: 210 0% 98%; + --primary-foreground: 222.2 0% 11.2%; - --secondary: 217.2 32.6% 17.5%; - --secondary-foreground: 210 40% 98%; + --secondary: 217.2 0% 17.5%; + --secondary-foreground: 210 0% 98%; - --accent: 217.2 32.6% 17.5%; - --accent-foreground: 210 40% 98%; + --accent: 217.2 0% 17.5%; + --accent-foreground: 210 0% 98%; - --destructive: 0 62.8% 30.6%; - --destructive-foreground: 0 85.7% 97.3%; + --destructive: 0 0% 30.6%; + --destructive-foreground: 0 0% 97.3%; - --ring: 217.2 32.6% 17.5%; + --ring: 217.2 0% 17.5%; } }