File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,35 @@ import "../index.css";
27
27
class ={ css ({
28
28
listStyle: " inside" ,
29
29
padding: 0 ,
30
- margin: 0 ,
31
30
gap: " 1rem" ,
31
+ textAlign: " left" ,
32
+ width: " 70%" ,
33
+ maxWidth: " 600px" ,
34
+ minWidth: " 300px" ,
35
+ margin: " 0 auto" ,
32
36
})}
33
37
>
34
38
<li >
35
39
<a
36
40
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" ,
39
45
})}
46
+ aria-disabled ={ true }
47
+ onclick =" return false ;"
40
48
href =" https://docs.google.com/forms/d/e/1FAIpQLSeahBs8kcBB2dVmVA54KIIOxa4DKUE8v4a1E30ncawd9W4vjg/viewform"
41
49
>Google Form</a
42
50
>
51
+ <p
52
+ class ={ css ({
53
+ fontSize: " 0.8rem" ,
54
+ color: " gray" ,
55
+ })}
56
+ >
57
+ (受付は終了しました。GitHub Issuesをご利用ください。)
58
+ </p >
43
59
</li >
44
60
<li >
45
61
<a
You can’t perform that action at this time.
0 commit comments