diff --git a/views/track.ejs b/views/track.ejs index a5954cc..af54804 100644 --- a/views/track.ejs +++ b/views/track.ejs @@ -72,6 +72,16 @@ transition: color 0.3s ease; } + a { + color: #ff3300; + text-decoration: none; + } + + a:hover { + color: #cc2900; + text-decoration: none; + } + .site-header:hover { color: #ff3300; } @@ -145,7 +155,7 @@