mirror of
https://github.com/linkwarden/browser-extension.git
synced 2026-06-23 04:10:26 +00:00
change bg color
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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": {
|
||||
|
||||
+19
-19
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user