Changes

From Drawn to Life Wiki
233 bytes added ,  02:43, 19 November 2020
no edit summary
Line 291: Line 291:  
}
 
}
   −
 
+
/*RedLinks*/
 +
.mw-body a.new {
 +
    color: #bd2020;
 +
    transition: 0.2;
 +
}
 +
.mw-body a.new:visited {
 +
    color: #bd2020;
 +
    transition: 0.2;
 +
}
 +
.mw-body a:hover, a:focus {
 +
    text-decoration: underline;
 +
    color: #e49202 !important;
 +
}
    
   /**************/
 
   /**************/