Skip to content

Commit 1dc272b

Browse files
committed
Googleフォームリンクを無効化
1 parent 3c77118 commit 1dc272b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/pages/request.astro

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,35 @@ import "../index.css";
2727
class={css({
2828
listStyle: "inside",
2929
padding: 0,
30-
margin: 0,
3130
gap: "1rem",
31+
textAlign: "left",
32+
width: "70%",
33+
maxWidth: "600px",
34+
minWidth: "300px",
35+
margin: "0 auto",
3236
})}
3337
>
3438
<li>
3539
<a
3640
class={css({
37-
color: "{colors.indigo.700}",
38-
textDecoration: "underline",
41+
// color: "{colors.indigo.700}",
42+
color: "gray",
43+
textDecoration: "underline line-through",
44+
cursor: "not-allowed",
3945
})}
46+
aria-disabled={true}
47+
onclick="return false;"
4048
href="https://docs.google.com/forms/d/e/1FAIpQLSeahBs8kcBB2dVmVA54KIIOxa4DKUE8v4a1E30ncawd9W4vjg/viewform"
4149
>Google Form</a
4250
>
51+
<p
52+
class={css({
53+
fontSize: "0.8rem",
54+
color: "gray",
55+
})}
56+
>
57+
(受付は終了しました。GitHub Issuesをご利用ください。)
58+
</p>
4359
</li>
4460
<li>
4561
<a

0 commit comments

Comments
 (0)