diff --git a/settings.html b/settings.html index f0d91dc..d062a9f 100644 --- a/settings.html +++ b/settings.html @@ -64,7 +64,7 @@ label.option input { margin-right: 0.8rem; width: 1.3em; height: 1.3em; - accent-color: #38bdf8; + accent-color: var(--accent); } .row { display: flex; align-items: center; justify-content: space-between;