fix(dark): indicate supported color schemes

This commit is contained in:
Rafael Bardini 2021-03-07 14:58:21 +01:00
parent 21843b6456
commit d82980776d
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
:root {
color-scheme: light dark;
/* Colors */
--backgroundColor: #ffffff;
--primaryColor: #212529;

View File

@ -15,6 +15,8 @@ exports[`test/render.js TAP renders a resume > must match snapshot 1`] = `
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700&display=swap">
<style>:root {
color-scheme: light dark;
/* Colors */
--backgroundColor: #ffffff;
--primaryColor: #212529;