Skip to content

Commit 820259c

Browse files
committed
lighten dark background color
1 parent 64a6e2f commit 820259c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Developing
44

5-
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
5+
Once you've created a project and installed dependencies with `npm install`, start a development server:
66

77
```bash
88
npm run dev
@@ -20,5 +20,3 @@ npm run build
2020
```
2121

2222
You can preview the production build with `npm run preview`.
23-
24-
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.

src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212

1313
.dark {
14-
--background: #0f0f0f;
14+
--background: #252525;
1515
--foreground: #fff;
1616
--muted: #a7a7a7;
1717
--link: #2490e9;
18-
--line: #272727;
18+
--line: #3f3f3f;
1919
}
2020

2121
@theme inline {

0 commit comments

Comments
 (0)