User:Gangsir/common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Small css to make redirect links green, feel free to steal)
 
m (Small color fix)
 
Line 1: Line 1:
/* Small snippet to make redirect links green */
/* Small snippet to make redirect links green */


.mw-body-content a.mw-redirect {color:#308050}
.mw-body-content a.mw-redirect {color:#0DC033}
.mw-body-content a.mw-redirect:visited {color:#3070A0}
.mw-body-content a.mw-redirect:visited {color:#07631B}

Latest revision as of 02:57, 30 July 2017

/* Small snippet to make redirect links green */

.mw-body-content a.mw-redirect {color:#0DC033}
.mw-body-content a.mw-redirect:visited {color:#07631B}