From 896577ae02b38412c6045111d9ecb13d7e81b00f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 11 Apr 2015 14:35:47 +0200 Subject: use animations for reading articles --- css/content.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index cb6eb0224..e095f96a3 100644 --- a/css/content.css +++ b/css/content.css @@ -329,6 +329,7 @@ line-height: 1.5; padding-top: 8px; min-height: 40px; + transition: color .3s linear; } #app-content .open .utils .title h1 a { @@ -362,7 +363,8 @@ #app-content .heading a { font-weight: bold; - color: #000; + color: #222; + transition: all .3s linear; } #app-content .heading a:hover { text-decoration: underline; -- cgit v1.2.3