From 8a2f626b1b7a25513db4b9867cd13a8d76f152f3 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 16 Jun 2010 20:22:15 +1000 Subject: [PATCH] Add basic CSS transition to underline in header --- content/screen.sass | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/screen.sass b/content/screen.sass index 9ee2f62..cc62099 100644 --- a/content/screen.sass +++ b/content/screen.sass @@ -118,12 +118,14 @@ header background: #1C1C1C a + -webkit-transition: border-bottom-color 500ms + border-bottom: 2px solid rgba(255, 255, 255, 0.0) &:link, &:visited text-decoration: none color: white &:hover - border-bottom: 2px solid #fff + border-bottom-color: rgba(255, 255, 255, 1.0) #menu @@ -392,3 +394,9 @@ table img a border: none + +img.feed-icon + opacity: 0.75 + + &:hover + opacity: 1.0