Skip to content

Commit bea492c

Browse files
authored
Add border-bottom style to specific headings
1 parent ebd5557 commit bea492c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@
157157
.required-label {
158158
color: #d73740;
159159
}
160+
.editCitizenInfo h2, .morewaysofcontact .greyboxheading, .newstartpageheaderleft>h2 {
161+
border-bottom: 1px solid var(--color-border, rgba(0, 0, 0, .1215686275)) !important;
162+
}
160163
.editCitizenInfo .field-question, .servicecontent .page-fields .field-question {
161164
text-align: left;
162165
}

0 commit comments

Comments
 (0)