diff --git a/hypha/static_src/src/sass/normalize.scss b/hypha/static_src/src/sass/normalize.scss index c3149007cf3e45f94979181a7dd58855f7adebf1..806998fd27f41d7b641db2096fbdee0d61565565 100644 --- a/hypha/static_src/src/sass/normalize.scss +++ b/hypha/static_src/src/sass/normalize.scss @@ -4,6 +4,8 @@ /* Document ========================================================================== */ +@import 'apply/abstracts/variables'; + /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. @@ -231,7 +233,7 @@ fieldset { padding: 0.35em 0.75em 0.625em; border-width: 1px; border-style: solid; - border-color: #cfcfcf; + border-color: $color--mid-grey; } /**