diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 18:40:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 18:40:52 +0200 |
commit | 45fc036cc85e8531f82a740fb2871e331da4e049 (patch) | |
tree | 37dfe3cceb164d2d7c3479c77bc3d9c1ef15d766 | |
parent | 4e9727be534234320d4d654e1efb1bc98ae1a38a (diff) | |
download | website-45fc036cc85e8531f82a740fb2871e331da4e049.tar.xz |
change link color to another blue
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index 863ae5c..ed4c3ef 100644 --- a/src/style.css +++ b/src/style.css @@ -25,7 +25,7 @@ body { a, a:visited { text-decoration: none; - color: #656590; + color: #32609C; } a:hover { color: #339; |