Skip to content

Commit 977d9b1

Browse files
committed
Deploying to gh-pages from @ 0b907d1 🚀
1 parent e286498 commit 977d9b1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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 {
@@ -73,7 +75,7 @@
7375
<body>
7476
<pre class="example is-native">
7577

76-
0 32px 24px oklch(0 0 0 / 15%)
78+
0 18px 24px oklch(0 0 0 / 40%)
7779
</pre>
7880
<pre class="example is-1">
7981
--soft-shadow(

0 commit comments

Comments
 (0)