summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-08-07 20:51:22 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2016-08-07 20:51:22 +0200
commit08abcf7543844ae3480d22bf89daf7034b271fbb (patch)
tree7776b883eedba4dad75f0e0df80cd01bdfe35390 /src/style.css
parent950273e92cbd95e9abbc09d56a65134948829d93 (diff)
downloadwebsite-08abcf7543844ae3480d22bf89daf7034b271fbb.tar.xz
Redo permalink again
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index aac5d1c..f853a73 100644
--- a/src/style.css
+++ b/src/style.css
@@ -78,6 +78,15 @@ header h1 {
color: #333;
}
+.entry .permalink a,
+.entry .permalink a:visited {
+ color: #eeeeee;
+}
+
+.entry .permalink a:hover {
+ color: #738181;
+}
+
.entry .info {
font-size: 0.9rem;
color: #505050;