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 @@
-

Raven Scott Music

+

Raven Scott Music

@@ -161,8 +171,8 @@

<%- (track.description && track.description.trim()) ? track.description.replace(/\n/g, '
' ) : 'No description available for this track.' %> -
- Back +
+ Back