Update color palette to use new orange primary and green accent colors for improved branding
This commit is contained in:
@@ -636,7 +636,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
if (heroText) heroText.style.color = 'rgba(255,255,255,.8)';
|
||||
}
|
||||
if (btnP) {
|
||||
btnP.style.backgroundColor = get('oribi_color_primary') || '#004225';
|
||||
btnP.style.backgroundColor = get('oribi_color_primary') || '#D83302';
|
||||
btnP.style.borderRadius = (get('oribi_radius_sm') || '6') + 'px';
|
||||
}
|
||||
if (btnA) {
|
||||
|
||||
Reference in New Issue
Block a user