diff options
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index cf1af58f..5c3dd684 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -270,6 +270,12 @@ noscript a { font-size: 95%; } +.hidden-link { + color: inherit; + cursor: text; + text-decoration: none; +} + /* blog index */ .blog-index-year-title { |