diff options
-rw-r--r-- | src/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index e888030..517d38a 100644 --- a/src/style.css +++ b/src/style.css @@ -11,12 +11,12 @@ img { } a { - color: darkblue; + color: darkred; text-decoration: none; } a:hover { - color: #55f; + color: #f55; } #songs { |