Skip to content

Commit

Permalink
fix style on slide link
Browse files Browse the repository at this point in the history
  • Loading branch information
yc97463 committed Jul 18, 2023
1 parent 5d4d541 commit f196fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/TimeTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export default function TimeTable() {
<a
href={sessionMessage.slide}
target="_blank"
className="slide rounded-md bg-[#012637]/[.5] px-3 py-1 text-white text-md hover:bg-[#012637] transition-all"
className="slide"
>
課程簡報
</a>
Expand Down
1 change: 1 addition & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ a.slide,
a.slide:visited,
a.slide:hover {
text-decoration: none;
@apply rounded-md bg-[#012637]/[.5] px-3 py-1 text-white text-md hover:bg-[#012637] transition-all;
}

0 comments on commit f196fe0

Please sign in to comment.