Skip to content

Commit

Permalink
feat: update info page link style
Browse files Browse the repository at this point in the history
  • Loading branch information
whyhugo committed Apr 21, 2024
1 parent 1b58ec6 commit 58ed0e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 6 additions & 3 deletions my-app/src/page/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ export const Info = () => {
<div class="lesson">
<div>
<h2>詳細資訊</h2>
<p>
<p class="doc-link">
{" "}
<a href="https://docs.google.com/document/d/1-IfWEmdciveIbeI3UuuFrzIo26U1mj23lXVqvMRNDCk/edit?usp=sharing">
報名簡章
<a
href="https://docs.google.com/document/d/1-IfWEmdciveIbeI3UuuFrzIo26U1mj23lXVqvMRNDCk/edit?usp=sharing"
target="_blank"
>
點此查看 <b>報名簡章</b>
</a>{" "}
</p>
</div>
Expand Down
5 changes: 5 additions & 0 deletions my-app/src/style/_info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,8 @@
transform: scale(1.3);
}
}

.doc-link {
color: $yellow-1;
text-decoration: underline $yellow-1;
}

0 comments on commit 58ed0e2

Please sign in to comment.