1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 13:44:12 +01:00

added black foreground color to help

This commit is contained in:
Martin Stubenschrott
2007-11-06 16:00:11 +00:00
parent 235dd7bc60
commit 4c0cf136cf

View File

@@ -90,12 +90,15 @@ tr.description {
}
table.commands {
background-color: rgb(250, 240, 230);
color: black;
}
table.mappings {
background-color: rgb(230, 240, 250);
color: black;
}
table.options {
background-color: rgb(240, 250, 230);
color: black;
}
fieldset.paypal {