Use new code style

This commit is contained in:
David Stone
2025-02-07 19:02:33 -07:00
parent 0181024ae1
commit 8433379d90
672 changed files with 37107 additions and 45249 deletions

View File

@ -6,7 +6,7 @@
*/
?>
body #switcher {
background-color: #<?php echo $bg_color->getHex(); ?>;
background-color: #<?php echo $bg_color->getHex(); ?>;
border-bottom: 5px solid <?php echo $bg_color->isDark() ? '#f9f9f9' : '#333'; ?>;
}
@ -15,7 +15,7 @@ body #switcher {
}
.responsive a {
color: <?php echo $bg_color->isDark() ? '#fff' : '#444'; ?>
color: <?php echo $bg_color->isDark() ? '#fff' : '#444'; ?>
}
.responsive a.active, .responsive a:hover {
@ -23,6 +23,6 @@ body #switcher {
}
.select-template a, .mobile-selector a {
background-color: #<?php echo $button_bg_color->getHex(); ?>;
color: <?php echo $button_bg_color->isDark() ? '#fff' : '#444'; ?>;
background-color: #<?php echo $button_bg_color->getHex(); ?>;
color: <?php echo $button_bg_color->isDark() ? '#fff' : '#444'; ?>;
}