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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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 {