This commit is contained in:
Laurent Destailleur 2018-09-17 12:59:43 +02:00
parent a75629e8e9
commit d872beb499
2 changed files with 2 additions and 2 deletions

View File

@ -3484,7 +3484,7 @@ div.warning {
background: #fcf8e3;
}
div.warning a, div.info a, div.error a {
color: rgb(<?php echo $colortext; ?>);
color: rgb(<?php echo $colortextlink; ?>);
}
/* Error message */

View File

@ -3399,7 +3399,7 @@ div.warning {
background: #fcf8e3;
}
div.warning a, div.info a, div.error a {
color: rgb(<?php echo $colortext; ?>);
color: rgb(<?php echo $colortextlink; ?>);
}
/* Error message */