body #switcher { background-color: #getHex(); ?>; border-bottom: 5px solid isDark() ? '#f9f9f9' : '#333'; ?>; } #template_selector { color: isDark() ? '#dfdfdf' : '#555'; ?>; } .responsive a { color: isDark() ? '#fff' : '#444'; ?> } .responsive a.active, .responsive a:hover { color: isDark() ? '#fff' : '#444'; ?> } .select-template a, .mobile-selector a { background-color: #getHex(); ?>; color: isDark() ? '#fff' : '#444'; ?>; }