mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 05:15:46 +01:00
added black foreground color to help
This commit is contained in:
@@ -90,12 +90,15 @@ tr.description {
|
|||||||
}
|
}
|
||||||
table.commands {
|
table.commands {
|
||||||
background-color: rgb(250, 240, 230);
|
background-color: rgb(250, 240, 230);
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
table.mappings {
|
table.mappings {
|
||||||
background-color: rgb(230, 240, 250);
|
background-color: rgb(230, 240, 250);
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
table.options {
|
table.options {
|
||||||
background-color: rgb(240, 250, 230);
|
background-color: rgb(240, 250, 230);
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.paypal {
|
fieldset.paypal {
|
||||||
|
|||||||
Reference in New Issue
Block a user