diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-07 20:58:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-07 20:58:52 +0200 |
commit | 962e65f17cd63564b5aff579a37b9f2fd2f242d3 (patch) | |
tree | ee2a16ae84fc6574345afeb81259508915b86151 /src | |
parent | cd8e21748f9d5b27ab04d6414e20748aa32eb266 (diff) | |
download | website-962e65f17cd63564b5aff579a37b9f2fd2f242d3.tar.xz |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index a3d2543..c19dfd0 100644 --- a/src/style.css +++ b/src/style.css @@ -78,12 +78,12 @@ header h1 { color: #333; } -.entry .title a .permalink, -.entry .title a:visited .permalink { +.entry .title a.permalink, +.entry .title a:visited.permalink { color: #eeeeee; } -.entry .title a:hover .permalink { +.entry .title a:hover.permalink { color: #738181; } |