User:Ultimate Toad/monobook.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(Blanking so I can test css properly)
Tag: Blanking
m (Last edit, it's easier for me to see the links I already clicked on this way)
Tag: Reverted
Line 1: Line 1:
/* Link colors */


h5 { color: #00007f; }
a { color: #002bb8; }
a:visited { color: #5a3696; }
a:hover { text-decoration: underline; }
a.new { color: #cc2200; }
}

Revision as of 10:32, 8 March 2021

/* Link colors */

h5 { color: #00007f; }
a { color: #002bb8; }
a:visited { color: #5a3696; }
a:hover { text-decoration: underline; }
a.new { color: #cc2200; }
}