summaryrefslogtreecommitdiff
path: root/static/custom.css
diff options
context:
space:
mode:
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;