User:NotAracham/Common.css: Difference between revisions

From SlyMods
Jump to navigation Jump to search
(Created page with "→‎ARTICLE LINKS: .mw-body a, .mw-redirect, .mw-body a.extiw, .mw-body a.external { color: #00C0F5 !important; } .mw-body a:visited, .mw-redirect:visited, .mw-body a.extiw:visited, .mw-body a.external:visited { color: #0099c3 !important; } →‎redlinks: a.new { color: #F24333 !important; } a.new:visited { color: #cb3a2d !important; }")
 
m (TheOnlyZac moved page Username:NotAracham/Common.css to User:NotAracham/Common.css without leaving a redirect: Move to NotAracham's userspace)
 
(No difference)

Latest revision as of 21:11, 26 September 2023

/* ARTICLE LINKS */
.mw-body a, .mw-redirect, .mw-body a.extiw, .mw-body a.external {
  color: #00C0F5 !important;
}

.mw-body a:visited, .mw-redirect:visited, .mw-body a.extiw:visited, .mw-body a.external:visited {
  color: #0099c3 !important;
}

/* redlinks */
a.new {
  color: #F24333 !important;
}

a.new:visited {
  color: #cb3a2d !important;
}