Changes

From Drawn to Life Wiki
135 bytes added ,  02:50, 19 November 2020
no edit summary
Line 303: Line 303:  
     text-decoration: underline;
 
     text-decoration: underline;
 
     color: #e49202 !important;
 
     color: #e49202 !important;
 +
}
 +
 +
/*Regular*/
 +
.mw-body a:visited {
 +
    color: #0b0080;
 +
    transition: 0.2s;
 +
}
 +
.mw-body a {
 +
    color: #0b0080;
 +
    transition: 0.2s;
 
}
 
}