summaryrefslogtreecommitdiff
path: root/static/custom.css
diff options
context:
space:
mode:
authorHorus32016-10-22 14:31:44 +0200
committerHorus32016-10-22 14:31:44 +0200
commitc961514c19e34f18c794b4a3ce79a4e07307bc5c (patch)
treeec98da573e65ab97755278d93182b6ef8934ff92 /static/custom.css
parent6c577a65339ac597ac622fb839393f931562cf8e (diff)
downloadiamfabulous.de-c961514c19e34f18c794b4a3ce79a4e07307bc5c.tar.gz
Journal links back to main page.
Diffstat (limited to 'static/custom.css')
-rw-r--r--static/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/custom.css b/static/custom.css
index 57fde38..588ab52 100644
--- a/static/custom.css
+++ b/static/custom.css
@@ -77,6 +77,13 @@ a:hover {
text-shadow: 0 0 2px #1f1f1f;
transition: text-shadow 1s;
}
+.header-link {
+ font-size: inherit;
+}
+.header-link:hover {
+ text-decoration: none;
+ text-shadow: 0 0 5px #1f1f1f;
+}
.meta {
color: #3f3f3f;
font-size: 0.8em;