Skip to content

Commit 235354e

Browse files
committed
fix playground
1 parent afa7c9d commit 235354e

File tree

2 files changed

+109
-2234
lines changed
  • playground/javascript/browser/src
  • scripts/ci/actions/restore-artifacts/builddir

2 files changed

+109
-2234
lines changed

playground/javascript/browser/src/index.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-weight: 400;
55

66
color-scheme: light dark;
7-
color: rgba(255, 255, 255, 0.87);
7+
color: rgb(54, 164, 113);
88
background-color: #242424;
99

1010
font-synthesis: none;
@@ -18,6 +18,7 @@ a {
1818
color: #646cff;
1919
text-decoration: inherit;
2020
}
21+
2122
a:hover {
2223
color: #535bf2;
2324
}
@@ -46,9 +47,11 @@ button {
4647
cursor: pointer;
4748
transition: border-color 0.25s;
4849
}
50+
4951
button:hover {
5052
border-color: #646cff;
5153
}
54+
5255
button:focus,
5356
button:focus-visible {
5457
outline: 4px auto -webkit-focus-ring-color;
@@ -59,9 +62,11 @@ button:focus-visible {
5962
color: #213547;
6063
background-color: #ffffff;
6164
}
65+
6266
a:hover {
6367
color: #747bff;
6468
}
69+
6570
button {
6671
background-color: #f9f9f9;
6772
}

0 commit comments

Comments
 (0)