Skip to content

Commit 0b907d1

Browse files
committed
Highlight native vs smooth in demo
1 parent 1f23229 commit 0b907d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/demo/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
box-sizing: border-box;
2222
padding: 1rem 1rem;
2323
margin: 2.5rem 1rem;
24+
color: oklch(0.5 0.16 142);
2425

2526
&.is-native {
26-
box-shadow: 0 32px 24px oklch(0 0 0 / 15%);
27+
box-shadow: 0 18px 24px oklch(0 0 0 / 40%);
28+
color: oklch(0.5 0.2 20);
2729
}
2830

2931
&.is-1 {
@@ -55,7 +57,7 @@
5557
<body>
5658
<pre class="example is-native">
5759

58-
0 32px 24px oklch(0 0 0 / 15%)
60+
0 18px 24px oklch(0 0 0 / 40%)
5961
</pre>
6062
<pre class="example is-1">
6163
--soft-shadow(

0 commit comments

Comments
 (0)