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 7c3dc65 commit 2b540cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/rt-html-css-fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +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');
}
});

0 comments on commit 2b540cb

Please sign in to comment.