Use new code style
This commit is contained in:
@ -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'; ?>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user