487
edits
mNo edit summary |
No edit summary |
||
| Line 110: | Line 110: | ||
a.interwiki:visited, | a.interwiki:visited, | ||
a.external:visited { | a.external:visited { | ||
color:# | color:#E89224; | ||
} | } | ||
/* Change corner list color */ | /* Change corner list color */ | ||
body.skin--responsive #p-personal li a { | body.skin--responsive #p-personal li a { | ||
color:# | color:#6045D0; | ||
} | } | ||
| Line 121: | Line 121: | ||
body.skin--responsive #p-cactions li.selected a, | body.skin--responsive #p-cactions li.selected a, | ||
body.skin--responsive #p-cactions li a { | body.skin--responsive #p-cactions li a { | ||
color:# | color:#E89224; | ||
} | |||
/* Change color of external links */ | |||
.mw-parser-output a.extiw, | |||
.mw-parser-output a.external { | |||
color:#3983ff; | |||
} | } | ||
| Line 143: | Line 149: | ||
border:1px solid #eaecf0 | border:1px solid #eaecf0 | ||
} | } | ||
/* Change monospace rendering color */ | |||
.diff-context { | |||
background:#f8f9fa; | |||
border-color:#eaecf0; | |||
color:#202122; | |||
} | |||
/* Change summary box colors */ | /* Change summary box colors */ | ||
edits