Skip to content

Commit 6dc2230

Browse files
committed
戻るリンクのスタイルを揃える
1 parent 615ab0b commit 6dc2230

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

common.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ h3 {
4747
margin: 15px 0;
4848
border-radius: 5px;
4949
}
50+
51+
.link-chevron::before {
52+
content: '»';
53+
padding: 0 0.25em;
54+
}

contests/how-to-apply.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</head>
9595

9696
<body>
97-
<a href="/contests/index.html">コンテスト応募要項に戻る</a>
97+
<a href="/contests/index.html" class="link-chevron">コンテスト応募要項に戻る</a>
9898
<h1>コンテスト応募方法</h1>
9999

100100
<div class="step">
@@ -283,7 +283,7 @@ <h2>3.応募フォームに登録</h2>
283283
<p>不明点があれば、お問い合わせフォーム(<a target="_blank"
284284
href="https://forms.gle/t9ctDcuZZ8cqqFtR">https://forms.gle/t9ctDcuZZ8cqqFtR</a>)にてお知らせください。</p>
285285

286-
<a href="/contests/index.html">コンテスト応募要項に戻る</a>
286+
<a href="/contests/index.html" class="link-chevron">コンテスト応募要項に戻る</a>
287287
</body>
288288

289289
</html>

contests/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</head>
5151

5252
<body>
53-
<a href="/index.html">TOPページに戻る</a>
53+
<a href="/index.html" class="link-chevron">TOPページに戻る</a>
5454
<h1>DojoCon Japan 2025 プログラミングコンテスト</h1>
5555

5656
<p>
@@ -286,7 +286,7 @@ <h2>コンテストについてのお問い合わせ先</h2>
286286
<p>
287287
コンテストに関するお問い合わせは <a href="https://forms.gle/t9ctDcuZZ8cqqFtR6" target="_blank">DojoCon Japan 2025 お問い合わせフォーム</a> にお願いいたします。
288288
</p>
289-
<a href="/index.html">TOPページに戻る</a>
289+
<a href="/index.html" class="link-chevron">TOPページに戻る</a>
290290
</body>
291291

292292
</html>

contests/terms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</head>
6666

6767
<body>
68-
<a href="/contests/index.html">コンテスト応募要項に戻る</a>
68+
<a href="/contests/index.html" class="link-chevron">コンテスト応募要項に戻る</a>
6969
<h1>DojoCon Japan 2025プログラミングコンテスト 参加規約</h1>
7070

7171
<img src="/img/cover-photo.webp" loading="lazy" width='100%' alt="DojoCon Japan Cover Photo"
@@ -262,7 +262,7 @@ <h2>更新履歴</h2>
262262
</li>
263263
</ul>
264264

265-
<a href="/contests/index.html">コンテスト応募要項に戻る</a>
265+
<a href="/contests/index.html" class="link-chevron">コンテスト応募要項に戻る</a>
266266
</body>
267267

268268
</html>

sponsorship/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
width: 200px;
4242
margin: 40px auto;
4343
}
44-
45-
.link-chevron::before {
46-
content: '»';
47-
padding-right: 0.25em;
48-
}
4944
</style>
5045
</head>
5146

0 commit comments

Comments
 (0)