@@ -857,9 +857,9 @@ end if opts.accent then table.insert(styles, string.format(':root {--accent:%s}', opts.accent)) end - if opts.accent or (not opts['dark-on-light']) then + if opts.accent or (not opts['dark-on-light']) and (not opts['fossil-uv']) then stylesNeeded.accent = true end