From d82980776dcf8073de1c6d51dfd12633ecea153d Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Sun, 7 Mar 2021 14:58:21 +0100 Subject: [PATCH] fix(dark): indicate supported color schemes --- style.css | 2 ++ tap-snapshots/test-render.js-TAP.test.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/style.css b/style.css index 636fe1b..730fcde 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,6 @@ :root { + color-scheme: light dark; + /* Colors */ --backgroundColor: #ffffff; --primaryColor: #212529; diff --git a/tap-snapshots/test-render.js-TAP.test.js b/tap-snapshots/test-render.js-TAP.test.js index ab95a33..a992173 100644 --- a/tap-snapshots/test-render.js-TAP.test.js +++ b/tap-snapshots/test-render.js-TAP.test.js @@ -15,6 +15,8 @@ exports[`test/render.js TAP renders a resume > must match snapshot 1`] = `