{"version":3,"file":"./style-index.css","mappings":";;;AAAA;;;;;EAAA;AAOA;EACE;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;AADF;AAGE;EAZF;IAaI;IACA;EAAF;AACF,C","sources":["webpack://baseline-status/./src/style.scss"],"sourcesContent":["/**\n * The following styles get applied both on the front of your site\n * and in the editor.\n *\n * Replace them with your own styles or remove the file completely.\n */\n\nbaseline-status {\n  --color-text: #fff;\n  --color-outline: var(--orange);\n\n  background: #000;\n  border: solid 5px var(--color-outline);\n  border-radius: 8px;\n  color: var(--color-text);\n  display: block;\n  margin-block-end: var(--gap);\n  padding: calc(var(--gap) / 4);\n\n  @media (prefers-color-scheme: dark) {\n    --color-text: #fff;\n    --color-link: var(--orange);\n  }\n}\n"],"names":[],"sourceRoot":""}