diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | static/css/screen.css | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ layout: default <article id="entry"> <header class="entry-title"> - <h1>{{ page.title }}</h1> + <h1><a href={{ page.url }}>{{ page.title }}</a></h1> </header> <section> diff --git a/static/css/screen.css b/static/css/screen.css index 4fb461f..5397ec6 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -245,8 +245,8 @@ figure { font-size: 100%; } #site #entry a { + transition: color 0.25s ease-in; font-weight: 600; - text-decoration: underline; color: #4c6296; } #site #entry a:visited { |
