summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
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;