/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */
@import url("/static/orangetwo.css");

/* body { background-color: #000000; color: #ffffff; } */
a { font-weight: bold; }

/*
a:link { color: #ff9900; }
a:visited { color: #ff8800; }
*/

a[href^="http://"]:link { color: #62c23a; }
a[href^="http://"]:visited { color: #00a42d; }
a[href^="http://noone.org"]:link { color: #ff9900; }
a[href^="http://noone.org"]:visited { color: #ff8800; }


