remove hard coded color for dossier subheader

This commit is contained in:
Lisa Durand 2023-11-15 15:18:52 +01:00
parent d601f92be8
commit 9af2304019

View file

@ -4,13 +4,11 @@
.dossier-container {
.sub-header {
h1 {
color: $black;
font-size: 22px;
margin-bottom: 0;
}
h2 {
color: $dark-grey;
font-weight: bold;
}