Skip to content

Commit 2a9b031

Browse files
committed
Remove underline from headings
1 parent d698355 commit 2a9b031

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

static/styles/_chameleon.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,13 @@ h1 {
1717
padding-bottom: 0.3em;
1818
// Allow accent bar to wrap below flex layouts
1919
flex-wrap: wrap;
20-
21-
&::after {
22-
content: "";
23-
display: block;
24-
width: 50px;
25-
height: 3px;
26-
background-color: $brand-info;
27-
margin-top: 0.3em;
28-
flex-basis: 100%;
29-
}
3020
}
3121

3222
h2 {
3323
color: $brand-success;
3424
font-size: 1.5em;
3525
padding-bottom: 0.2em;
3626
flex-wrap: wrap;
37-
38-
&::after {
39-
content: "";
40-
display: block;
41-
width: 40px;
42-
height: 2px;
43-
background-color: $brand-success;
44-
margin-top: 0.25em;
45-
flex-basis: 100%;
46-
}
4727
}
4828

4929
h3 { color: $brand-info; font-size: 1.25em; font-weight: 400; }

0 commit comments

Comments
 (0)