diff --git a/main.css b/main.css index b63da89..b45abb1 100644 --- a/main.css +++ b/main.css @@ -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;