From 8c94c0dd171a15ff03275f06c716079ff20269f0 Mon Sep 17 00:00:00 2001 From: Kieran <42723993+EnderDev@users.noreply.github.com> Date: Sun, 15 May 2022 20:56:25 +0100 Subject: [PATCH] Let native elements use theme accent colour (#509) --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 90d849c..dc2a6de 100644 --- a/static/style.css +++ b/static/style.css @@ -177,6 +177,7 @@ html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, select, input { + accent-color: var(--accent); margin: 0; color: var(--text); font-family: "Inter", sans-serif;