Fügen Sie PHP -Variable CSS ein

a {
  color: <?php echo $linkColor; ?>;
}
ChildTickler