Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
tweak link color
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Oct 8, 2024
1 parent d02d78d commit afa15b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/build.mts
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,15 @@ function gameIndexHtml(metaInfo: MetaInfo): string {
margin: 0
}
a {
color: #f44cd5;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.main-wrapper {
background-color: #18191a;
color: rgb(245, 246, 247);
Expand Down

0 comments on commit afa15b1

Please sign in to comment.