Skip to content

Commit

Permalink
Update rt-html-css-fallback.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 5, 2024
1 parent 2b540cb commit 9ddd984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/rt-html-css-fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ document.addEventListener('DOMContentLoaded', () => {
root.style.setProperty('--primary-color', '#2c3e50');
root.style.setProperty('--secondary-color', '#3498db');
root.style.setProperty('--background-color', '#f8f9fa');
root.style.setProperty('--access-color', '#f5f5f5');
root.style.setProperty('--accent-color', '#f5f5f5');
}
});

0 comments on commit 9ddd984

Please sign in to comment.