Fix note footer link having wrong background and border color
This commit is contained in:
parent
b1248c80d8
commit
8eb196df36
@ -40,11 +40,14 @@ $colors = [
|
||||
];
|
||||
|
||||
foreach ($notes as $note) {
|
||||
echo "#notecard_" . $note->getID() . ", #notecard_" . $note->getID() . " a {\n"
|
||||
echo "#notecard_" . $note->getID() . ", #notecard_" . $note->getID() . " .card-body a {\n"
|
||||
. " background-color: #" . $note->getColor() . ";\n"
|
||||
. " color: #" . $note->getTextColor() . ";\n"
|
||||
. " border: 1px solid #" . $note->getColor() . ";\n"
|
||||
. "}\n";
|
||||
echo "#notecard_" . $note->getID() . " .card-footer a {\n"
|
||||
. " color: #" . $note->getTextColor() . ";\n"
|
||||
. "}\n";
|
||||
}
|
||||
|
||||
foreach ($colors as $c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user