Update README.md

This commit is contained in:
0xflotus 2020-06-05 00:52:00 +02:00 committed by GitHub
parent a8dc3b2b2e
commit 60ccc4050b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ By default are 8px, use --rc: 0px; if you don't like round corners.
```css
@media (prefers-color-scheme: dark) {
:root {
--c2:#333;
--c3:#1e1f20;
--c4:#fff;
--c2:#333;
--c3:#1e1f20;
--c4:#fff;
}
}
```