diff --git a/README.md b/README.md index 513311a..03e67ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Lavender +# mosaic -Lavendar is a full-featured widget dashboard that is configurable. Right now, it does not have the capability to share across different browsers and devices the configuration. This is planned! Until then, happily plug in your widgets into Lavender for a wonderful experience. \ No newline at end of file +Lavendar is a full-featured widget dashboard that is configurable. Right now, it does not have the capability to share across different browsers and devices the configuration. This is planned! Until then, happily plug in your widgets into mosaic for a wonderful experience. \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 17a9f09..f60b659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "lavender", + "name": "mosaic", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "lavender", + "name": "mosaic", "version": "1.0.0", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index ec51aae..48fa445 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "lavender", + "name": "mosaic", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "npm run build && npm run deploy", "build": "npx tsc && cp -R public dist && npx gulp && npx rollup -c", - "deploy": "rm -rf ~/www/html/lavender && cp -R build ~/www/html/lavender", + "deploy": "rm -rf ~/www/html/mosaic && cp -R build ~/www/html/mosaic", "clean": "rm -rf build && rm -rf dist", "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/public/css/app.css b/public/css/app.css index a559af8..2e4923c 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,5 +1,5 @@ body { - background-color: #967BB6; + background-color: #DFCF99; } .link-box { diff --git a/public/edit.html b/public/edit.html index 7827484..8bf3582 100644 --- a/public/edit.html +++ b/public/edit.html @@ -6,7 +6,7 @@
-