diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/custom.css | 7 |
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; |
