Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Suave101 committed Nov 12, 2022
1 parent 36f6a1f commit 1d92d68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ a {
color: inherit; /* blue colors for links too */
text-decoration: inherit; /* no underline */
}
a:-webkit-any-link {
color: inherit;
cursor: inherit;
text-decoration: inherit;
}
.skunk tr:nth-child(odd) {
background-color: #dddddd;
color: #000000;
Expand Down

0 comments on commit 1d92d68

Please sign in to comment.