Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
a[accesskey]:before {
    content: " " attr(accesskey) " ";
    text-transform: uppercase;
    white-space: pre;
    font-family: sans-serif;
    margin-right: 0.5ex;
    color: black;
}



input { background-color: gray !important; }

textarea { background: magenta; }

select, button, checkbox { background-color: lime !important; }


pre { background: black; }


/* the following can make entire page unreadable */
/* same result when color was black or white or lime: text disappeared */
/* div { background-color: white !important; } */



/* the following dont cause problems but are not worth keeping
body { background-color: lime !important; }
form { background-color: lime !important; }
table { background-color: lime !important; }
tbody { background-color: lime !important; }
tr, td { background-color: lime !important; }
ul { background-color: lime !important; }
li { background-color: lime !important; }
a { background-color: linen !important; }
#bodyContent { background-color: magenta !important; }
#content { background: magenta !important; }
*/