summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-03-23 17:44:31 -0700
committerFranck Cuny <franck.cuny@gmail.com>2014-03-23 17:44:31 -0700
commit68a4dbf3e55ed6c2885848db6e11beb234a4a80b (patch)
tree098dbfa0bd1f8db5f59d320d308957d819ea6579 /static/css
parentAdd a new post: golang for sysadmin (diff)
downloadlumberjaph-68a4dbf3e55ed6c2885848db6e11beb234a4a80b.tar.gz
Add permalink for the article on /
Diffstat (limited to 'static/css')
-rw-r--r--static/css/screen.css2
1 files changed, 1 insertions, 1 deletions
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 {