Add new theme setting pre_text_color

This commit is contained in:
FusionPBX
2021-11-24 12:30:20 -07:00
committed by GitHub
parent a032b5794e
commit 1bbc995d3a

View File

@@ -210,6 +210,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
pre {
white-space: pre-wrap;
color: <?php echo ($_SESSION['theme']['pre_text_color']['text'] != '') ? $_SESSION['theme']['pre_text_color']['text'] : '#5f5f5f'; ?>;
}
div#footer {