Skip to content

Commit

Permalink
Base: Add a hover color link to the links on the welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Dec 4, 2020
1 parent 169a915 commit c01070d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Base/res/html/misc/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
a {
color: #ae7250;
}
a:hover {
color: #f4cca0;
}
span#ua {
color: red;
}
Expand Down

0 comments on commit c01070d

Please sign in to comment.