diff options
Diffstat (limited to 'assets/css/components/_page-header.scss')
| -rw-r--r-- | assets/css/components/_page-header.scss | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/assets/css/components/_page-header.scss b/assets/css/components/_page-header.scss index dd273df..886b3e9 100644 --- a/assets/css/components/_page-header.scss +++ b/assets/css/components/_page-header.scss | |||
| @@ -1,17 +1,17 @@ | |||
| 1 | .c-page-header { | 1 | .c-page-header { |
| 2 | margin-bottom: $line-height * 2em; | 2 | margin-bottom: $line-height * 2em; |
| 3 | overflow: hidden; | 3 | overflow: hidden; |
| 4 | 4 | ||
| 5 | &::after { | 5 | &::after { |
| 6 | position: relative; | 6 | content: str-repeat('░', 120); |
| 7 | z-index: -10; | 7 | display: block; |
| 8 | content: str-repeat("░", 120); | 8 | position: relative; |
| 9 | display: block; | 9 | z-index: -10; |
| 10 | height: $line-height; | 10 | height: $line-height; |
| 11 | margin-top: px-to-em(2px); | 11 | margin-top: px-to-em(2px); |
| 12 | padding-top: px-to-em(2px); | 12 | padding-top: px-to-em(2px); |
| 13 | color: var(--fg-minus); | 13 | border-top: 1px solid var(--fg-minus); |
| 14 | border-top: 1px solid var(--fg-minus); | 14 | color: var(--fg-minus); |
| 15 | line-height: $code-block--line-height; | 15 | line-height: $code-block--line-height; |
| 16 | } | 16 | } |
| 17 | } | 17 | } |
