/*
Theme Name:     Blaskan - Olivier Pons
Theme URI:      http://blaskan.net
Description:    Thème dérivé = enfant du thème Blaskan
Author:         Olivier Pons
Author URI:     http://www.helloper.com/
Template:       blaskan
Version:        1.0
*/

@import url("../blaskan/style.css");

code {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px;
  margin: 1p;
  border: 1px solid #DDDDDD;
}
 
code:hover {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px;
  margin: 1p;
  border: 1px solid rgba(81, 203, 238, 1);
}
