Skip to content

Commit

Permalink
Update gmt.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vezquex committed Sep 20, 2024
1 parent 3a72f85 commit 97f7542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmt.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
function setTheme(theme){
palettes = themes[theme]
document.querySelector(`#theme [value=${theme}]`).selected = true
document.documentElement.style.setProperty('--accent', palettes.dial)
document.documentElement.style.setProperty('--accent', palettes.highlight)
colors.forEach(color => {
document.documentElement.style.setProperty('--'+color, palettes[color])
})
Expand Down

0 comments on commit 97f7542

Please sign in to comment.