Changes

From Drawn to Life Wiki
232 bytes added ,  02:02, 19 November 2020
no edit summary
Line 280: Line 280:        +
/*Red Page*/
 +
a.new:visited, #p-personal a.new:visited {
 +
    color: #bd2020;
 +
}
    +
/*External Link*/
 +
.mw-parser-output a.extiw, .mw-parser-output a.external {
 +
    color: #2eafe9;
 +
}
 +
a {
 +
    color: #2eafe9;
 +
}
 
   /**************/
 
   /**************/
 
  /* Searchbar  */
 
  /* Searchbar  */
Line 287: Line 298:  
     border-radius: 5px;
 
     border-radius: 5px;
 
     height: 2.6em;
 
     height: 2.6em;
 +
}
 +
a.new {
 +
    color: #bd2020;
 
}
 
}