Skip to content

Commit fde1ce5

Browse files
small readme.md changes (#56)
1 parent 55a03ff commit fde1ce5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ NEXT_PUBLIC_HOST=http://localhost:3000
7676
Open a new terminal and run this script in sequence to setup the dependencies and database
7777

7878
```
79+
chmod +x ./start.sh
7980
./start.sh
8081
```
8182

compass/styles/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
--ring-opacity: 0.5;
1111

1212
/* Shadows */
13-
--shadow-default: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
14-
0 1px 2px 0 rgba(0, 0, 0, 0.06);
13+
--shadow-default:
14+
0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
1515
--shadow-focus: 0 0 0 3px rgba(66, 153, 225, 0.5);
1616

1717
/* Borders */

0 commit comments

Comments
 (0)