diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-13 11:20:00 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-13 11:20:00 +0200 |
commit | fbc841c77e78564233934146cfbec71386ec5121 (patch) | |
tree | 726fdb92162ffd8650a916f3ced62b6484f19ceb /src | |
parent | 07dc066c2181933dc5bda6093b8e5c20d09ea562 (diff) |
Change links to red
Diffstat (limited to 'src')
-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 { |