User:Bilka/common.css: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
Replaced content with "Small snippet to make redirect links green: .mw-body-content a.mw-redirect {color:#0DC033} .mw-body-content a.mw-redirect:visited {color:#07631B}"
Tags: Replaced Manual revert
 
(9 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 15:18, 2 December 2024

/* Small snippet to make redirect links green */

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