Changeset - 39489afda094
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-11-29 13:55:05
hanzz.k@gmail.com
hover
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
css/style.css
Show inline comments
 
@@ -122,19 +122,19 @@ a {
 
  -o-transition: color 0.5s ease;
 
  -o-transition: text-shadow 0.5s ease;
 
  -ms-transition: color 0.5s ease;
 
  -ms-transition: text-shadow 0.5s ease;
 
}
 

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

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

	
 
em {
 
  font-style: italic;
 
}
0 comments (0 inline, 0 general)