corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php
echo <<<CSS
::selection {
background: %%selection_bg%%;
color: %%selection_color%%;
}
::-moz-selection {
background: %%selection_bg%%;
color: %%selection_color%%;
}
textarea::selection {
background: black;
color: white;
}
textarea::-moz-selection {
background: black;
color: white;
}
CSS;
?>