summaryrefslogtreecommitdiffstats
path: root/css/content.css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-04-11 14:35:47 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-04-11 14:36:25 +0200
commit896577ae02b38412c6045111d9ecb13d7e81b00f (patch)
tree455d923d8139e468bf8ac592a6c25c01bc49515b /css/content.css
parent3c009c86b7b61d807f2d8e631529de65822f4551 (diff)
use animations for reading articles
Diffstat (limited to 'css/content.css')
-rw-r--r--css/content.css4
1 files changed, 3 insertions, 1 deletions
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;