diff --git a/README.md b/README.md index 463741d..41208a4 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ NEXT_PUBLIC_HOST=http://localhost:3000 Open a new terminal and run this script in sequence to setup the dependencies and database ``` +chmod +x ./start.sh ./start.sh ``` diff --git a/compass/styles/globals.css b/compass/styles/globals.css index cd6e918..5a149b4 100644 --- a/compass/styles/globals.css +++ b/compass/styles/globals.css @@ -10,8 +10,8 @@ --ring-opacity: 0.5; /* Shadows */ - --shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1), - 0 1px 2px 0 rgba(0, 0, 0, 0.06); + --shadow-default: + 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); --shadow-focus: 0 0 0 3px rgba(66, 153, 225, 0.5); /* Borders */