1
1
# ## A Pluto.jl notebook ###
2
- # v0.17.1
2
+ # v0.17.7
3
3
4
4
using Markdown
5
5
using InteractiveUtils
@@ -190,6 +190,9 @@ code_loweredish_with_lenses(x::Number) = ExprWithLens[]
190
190
# ╔═╡ b155d336-f746-4c82-8206-ab1a49cedea8
191
191
code_loweredish_with_lenses (x:: String ) = ExprWithLens[]
192
192
193
+ # ╔═╡ f9b2a11d-8c4e-47a5-9d93-38025fae9a95
194
+ code_loweredish_with_lenses (:: Char ) = ExprWithLens[]
195
+
193
196
# ╔═╡ 221aa13b-aa25-4145-8076-da77432364bb
194
197
code_loweredish_with_lenses (x:: LineNumberNode ) = ExprWithLens[]
195
198
@@ -1306,14 +1309,12 @@ pt-dot.floating.bottom {
1306
1309
1307
1310
1308
1311
.pass > pt-dot.floating {
1309
-
1310
1312
animation: fadeout 2s;
1311
1313
1312
1314
animation-fill-mode: both;
1313
1315
animation-delay: 2s;
1314
1316
1315
1317
/*opacity: 0.4;*/
1316
-
1317
1318
}
1318
1319
1319
1320
@@ -1322,13 +1323,19 @@ pt-dot.floating.bottom {
1322
1323
font-size: 0.75rem;
1323
1324
white-space: normal;
1324
1325
padding: 4px;
1325
-
1326
+
1326
1327
min-height: 25px;
1327
1328
}
1328
1329
1329
1330
1330
1331
.pluto-test.pass {
1331
- color: rgba(0,0,0,.5);
1332
+ color: rgba(0, 0, 0, 0.5);
1333
+ }
1334
+
1335
+ @media (prefers-color-scheme: dark) {
1336
+ .pluto-test.pass {
1337
+ color: rgba(200, 200, 200, 0.5);
1338
+ }
1332
1339
}
1333
1340
1334
1341
.pluto-test.fail {
@@ -1733,7 +1740,7 @@ end
1733
1740
# ╠═78704300-0531-4f8e-8aa5-3f588fbdd190
1734
1741
# ╠═9129342b-f560-4901-81a2-56e3f8641521
1735
1742
# ╠═c763ed72-82c9-445c-a8f7-a0c40982e4d9
1736
- # ╟─ 8a2e8348-49cf-4855-b5b3-cdee33e5ed67
1743
+ # ╠═ 8a2e8348-49cf-4855-b5b3-cdee33e5ed67
1737
1744
# ╟─42671258-07a0-4015-8f47-4b3032595f08
1738
1745
# ╟─0d70962a-3880-4dee-a439-35068d019f5a
1739
1746
# ╠═113cc425-e224-4f77-bfbd-ef4eb1d1ed70
@@ -1781,6 +1788,7 @@ end
1781
1788
# ╟─fc000550-3053-483e-bc41-6aed22c3999c
1782
1789
# ╟─3f11ca4c-dd06-47c9-92e2-cb97c18a06db
1783
1790
# ╟─b155d336-f746-4c82-8206-ab1a49cedea8
1791
+ # ╟─f9b2a11d-8c4e-47a5-9d93-38025fae9a95
1784
1792
# ╟─221aa13b-aa25-4145-8076-da77432364bb
1785
1793
# ╟─2a514f2f-79c8-4b0d-be8a-170f3386d5d5
1786
1794
# ╟─9fb4d52d-77f2-4032-a769-6d5e60be43bf
0 commit comments