Skip to content

Commit

Permalink
update github repository on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aivuk committed Aug 12, 2023
1 parent 5ea9fbe commit fbc98bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-ghpages": "tsc && vite build --base=/seasonfood/ --outDir _site",
"build-ghpages": "tsc && vite build --base=/seasonalfood/ --outDir _site",
"build-app": "tsc && vite build --mode app && npx cap sync",
"run-app-android": "npx cap open android",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down
4 changes: 2 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ body {
font-size: 1.2135rem;
margin: 0 auto;
width: 100%;
background-color: #fefefe;
background-color: #000;
overflow-x: hidden;
color:#393232
color: green:
}

.App {
Expand Down
5 changes: 2 additions & 3 deletions src/routes/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ import { useTranslation } from "react-i18next";
const theme = createTheme({
palette: {
primary: {
main: "#3A6351",
light: "#F2EDD7",
main: "#000",
light: "#333",
dark: "#393232",


},
secondary: {
main: "#E48257", //red
Expand Down

0 comments on commit fbc98bf

Please sign in to comment.