|
|
@@ -8,8 +8,16 @@
|
|
|
|
|
|
&._page-error { position: static; }
|
|
|
|
|
|
- > h1, > section > h1 { @extend ._lined-heading; }
|
|
|
- > h1:first-child, > section:first-of-type > h1 { margin-top: 0; }
|
|
|
+ > h1,
|
|
|
+ > header > h1,
|
|
|
+ > section > h1 {
|
|
|
+ @extend ._lined-heading;
|
|
|
+ }
|
|
|
+ > h1:first-child,
|
|
|
+ > header:first-of-type > h1,
|
|
|
+ > section:first-of-type > h1 {
|
|
|
+ margin-top: 0;
|
|
|
+ }
|
|
|
|
|
|
a[href^="http:"], a[href^="https:"] { @extend %external-link; }
|
|
|
|