Update divider to be a lighter color

This commit is contained in:
Andrew Kingston 2022-04-26 11:04:20 +01:00
parent 2c0ae18438
commit d438e6a3c6
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
/> />
<style> <style>
hr {
background: var(--spectrum-global-color-gray-200);
}
hr.noMargin { hr.noMargin {
margin: 0; margin: 0;
} }