summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-24 15:27:46 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-24 15:27:46 +0100
commitd229b1c4b664096240ea5fea63abf6512abfc632 (patch)
treef04e603d3897d83cd85732d7080aa860bf6d9c11 /src/style.css
parentcf13e6712e83c367f9e033365551751cda6b1dec (diff)
downloadwebsite-d229b1c4b664096240ea5fea63abf6512abfc632.tar.xz
journal: Add a tag to entry titles
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 3858498..97011ee 100644
--- a/src/style.css
+++ b/src/style.css
@@ -69,6 +69,15 @@ header h1 {
margin-top: 0.3rem;
margin-bottom: 0.3rem;
}
+.entry .title a,
+.entry .title a:visited {
+ color: #111;
+}
+
+.entry .title a:hover {
+ color: #333;
+}
+
.entry .info {
font-size: 0.9rem;
color: #505050;