m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-13 11:20:00 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-13 11:20:00 +0200
commitfbc841c77e78564233934146cfbec71386ec5121 (patch)
tree726fdb92162ffd8650a916f3ced62b6484f19ceb
parent07dc066c2181933dc5bda6093b8e5c20d09ea562 (diff)
Change links to red
-rw-r--r--src/style.css4
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 {