small readme.md changes

This commit is contained in:
pmoharana-cmd 2025-02-11 15:35:22 -05:00
parent ccf2f1f83f
commit 55d1e2f487
2 changed files with 3 additions and 2 deletions

View File

@ -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
```

View File

@ -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 */