diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-07 20:52:58 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-07 20:57:01 +0200 |
commit | cd8e21748f9d5b27ab04d6414e20748aa32eb266 (patch) | |
tree | 892f0771d2e634da821c92aad6a4da8c07e2affb | |
parent | 08abcf7543844ae3480d22bf89daf7034b271fbb (diff) | |
download | website-cd8e21748f9d5b27ab04d6414e20748aa32eb266.tar.xz |
foo
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-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 f853a73..a3d2543 100644 --- a/src/style.css +++ b/src/style.css @@ -78,12 +78,12 @@ header h1 { color: #333; } -.entry .permalink a, -.entry .permalink a:visited { +.entry .title a .permalink, +.entry .title a:visited .permalink { color: #eeeeee; } -.entry .permalink a:hover { +.entry .title a:hover .permalink { color: #738181; } |