File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 47
47
margin : 15px 0 ;
48
48
border-radius : 5px ;
49
49
}
50
+
51
+ .link-chevron ::before {
52
+ content : '»' ;
53
+ padding : 0 0.25em ;
54
+ }
Original file line number Diff line number Diff line change 94
94
</ head >
95
95
96
96
< body >
97
- < a href ="/contests/index.html "> コンテスト応募要項に戻る</ a >
97
+ < a href ="/contests/index.html " class =" link-chevron " > コンテスト応募要項に戻る</ a >
98
98
< h1 > コンテスト応募方法</ h1 >
99
99
100
100
< div class ="step ">
@@ -283,7 +283,7 @@ <h2>3.応募フォームに登録</h2>
283
283
< p > 不明点があれば、お問い合わせフォーム(< a target ="_blank "
284
284
href ="https://forms.gle/t9ctDcuZZ8cqqFtR "> https://forms.gle/t9ctDcuZZ8cqqFtR</ a > )にてお知らせください。</ p >
285
285
286
- < a href ="/contests/index.html "> コンテスト応募要項に戻る</ a >
286
+ < a href ="/contests/index.html " class =" link-chevron " > コンテスト応募要項に戻る</ a >
287
287
</ body >
288
288
289
289
</ html >
Original file line number Diff line number Diff line change 50
50
</ head >
51
51
52
52
< body >
53
- < a href ="/index.html "> TOPページに戻る</ a >
53
+ < a href ="/index.html " class =" link-chevron " > TOPページに戻る</ a >
54
54
< h1 > DojoCon Japan 2025 プログラミングコンテスト</ h1 >
55
55
56
56
< p >
@@ -286,7 +286,7 @@ <h2>コンテストについてのお問い合わせ先</h2>
286
286
< p >
287
287
コンテストに関するお問い合わせは < a href ="https://forms.gle/t9ctDcuZZ8cqqFtR6 " target ="_blank "> DojoCon Japan 2025 お問い合わせフォーム</ a > にお願いいたします。
288
288
</ p >
289
- < a href ="/index.html "> TOPページに戻る</ a >
289
+ < a href ="/index.html " class =" link-chevron " > TOPページに戻る</ a >
290
290
</ body >
291
291
292
292
</ html >
Original file line number Diff line number Diff line change 65
65
</ head >
66
66
67
67
< body >
68
- < a href ="/contests/index.html "> コンテスト応募要項に戻る</ a >
68
+ < a href ="/contests/index.html " class =" link-chevron " > コンテスト応募要項に戻る</ a >
69
69
< h1 > DojoCon Japan 2025プログラミングコンテスト 参加規約</ h1 >
70
70
71
71
< img src ="/img/cover-photo.webp " loading ="lazy " width ='100% ' alt ="DojoCon Japan Cover Photo "
@@ -262,7 +262,7 @@ <h2>更新履歴</h2>
262
262
</ li >
263
263
</ ul >
264
264
265
- < a href ="/contests/index.html "> コンテスト応募要項に戻る</ a >
265
+ < a href ="/contests/index.html " class =" link-chevron " > コンテスト応募要項に戻る</ a >
266
266
</ body >
267
267
268
268
</ html >
Original file line number Diff line number Diff line change 41
41
width : 200px ;
42
42
margin : 40px auto;
43
43
}
44
-
45
- .link-chevron ::before {
46
- content : '»' ;
47
- padding-right : 0.25em ;
48
- }
49
44
</ style >
50
45
</ head >
51
46
You can’t perform that action at this time.
0 commit comments