Move black header styling to sub header component

This commit is contained in:
brydon1 2023-07-21 13:20:56 -04:00
parent 9039b7cf70
commit 0607ee30e4
2 changed files with 3 additions and 6 deletions

View file

@ -85,6 +85,9 @@ export default ({
button { button {
color: inherit; color: inherit;
} }
span{
color: $black;
}
} }
p.light-gray { p.light-gray {
color: $gray-550; color: $gray-550;

View file

@ -213,12 +213,6 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
#sub-header {
span {
color: $black;
}
}
.dark-gray { .dark-gray {
color: $darker-gray; color: $darker-gray;
} }