Changes

From Drawn to Life Wiki
no edit summary
Line 294: Line 294:  
.mw-body a.new {
 
.mw-body a.new {
 
     color: #bd2020;
 
     color: #bd2020;
     transition: 0.2;
+
     transition: 0.2s;
 
}
 
}
 
.mw-body a.new:visited {
 
.mw-body a.new:visited {
 
     color: #bd2020;
 
     color: #bd2020;
     transition: 0.2;
+
     transition: 0.2s;
 
}
 
}
 
.mw-body a:hover, a:focus {
 
.mw-body a:hover, a:focus {
 
     text-decoration: underline;
 
     text-decoration: underline;
 
     color: #e49202 !important;
 
     color: #e49202 !important;
 +
}
 +
 +
/*External*/
 +
.mw-parser-output a.extiw, .mw-parser-output a.external {
 +
    color: #0e73af;
 
}
 
}