Update color palette to use new orange primary and green accent colors for improved branding

This commit is contained in:
Matt Batchelder
2026-02-21 13:26:59 -05:00
parent d8c12e3f3b
commit bb30f38090
5 changed files with 25 additions and 25 deletions

View File

@@ -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) {