Skip to content

Commit 197d2d3

Browse files
committed
Release new version with latest dependencies
1 parent b2d0924 commit 197d2d3

File tree

4 files changed

+652
-2284
lines changed

4 files changed

+652
-2284
lines changed

demo/dark.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
:root {
1818
color-scheme: dark; /* stylelint-disable-line property-no-unknown */
1919

20-
--background-color: rgb(15, 15, 15);
21-
--text-color: rgb(240, 240, 240);
22-
--shadow-color: rgba(240, 240, 240, 0.5);
23-
--accent-color: rgba(0, 0, 240, 0.5);
20+
--background-color: rgb(15 15 15);
21+
--text-color: rgb(240 240 240);
22+
--shadow-color: rgb(240 240 240 / 50%);
23+
--accent-color: rgb(0 0 240 / 50%);
2424
}
2525

2626
img {

demo/light.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
:root {
1818
color-scheme: light; /* stylelint-disable-line property-no-unknown */
1919

20-
--background-color: rgb(240, 240, 240);
21-
--text-color: rgb(15, 15, 15);
22-
--shadow-color: rgba(15, 15, 15, 0.5);
23-
--accent-color: rgba(240, 0, 0, 0.5);
20+
--background-color: rgb(240 240 240);
21+
--text-color: rgb(15 15 15);
22+
--shadow-color: rgb(15 15 15 / 50%);
23+
--accent-color: rgb(240 0 0 / 50%);
2424
}

0 commit comments

Comments
 (0)