Changeset - 87741b02fd8f
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-11-29 13:56:31
hanzz.k@gmail.com
hover
1 file changed with 8 insertions and 3 deletions:
0 comments (0 inline, 0 general)
css/style.css
Show inline comments
 
@@ -125,13 +125,18 @@ a {
 
  -ms-transition: text-shadow 0.5s ease;
 
}
 

	
 
a:hover {
 
#main_content a:hover {
 
  color: #0069ba;
 
  text-shadow: #0090ff 0px 0px 2px;
 
}
 

	
 
footer a:hover {
 
  color: #43adff;
 
  text-shadow: #0090ff 0px 0px 2px;
 
}
 

	
 
#main_content a:hover {
 
  color: #0069ba;
 
#menu a:hover {
 
  color: #212121;
 
  text-shadow: #0090ff 0px 0px 2px;
 
}
 

	
0 comments (0 inline, 0 general)