diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/components/_page-header.scss | 4 | ||||
| -rw-r--r-- | assets/css/scopes/_page.scss | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/assets/css/components/_page-header.scss b/assets/css/components/_page-header.scss index 886b3e9..e15be1c 100644 --- a/assets/css/components/_page-header.scss +++ b/assets/css/components/_page-header.scss | |||
| @@ -14,4 +14,8 @@ | |||
| 14 | color: 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 | |||
| 18 | > :first-child { | ||
| 19 | margin-top: 0; | ||
| 20 | } | ||
| 17 | } | 21 | } |
diff --git a/assets/css/scopes/_page.scss b/assets/css/scopes/_page.scss index a27c1a2..ba61b5f 100644 --- a/assets/css/scopes/_page.scss +++ b/assets/css/scopes/_page.scss | |||
| @@ -47,10 +47,12 @@ | |||
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | .c-refs__item::before { | 49 | .c-refs__item::before { |
| 50 | content: '|>'; | 50 | content: '->'; |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | pre { | 53 | pre { |
| 54 | margin-top: $line-height * 1em; | ||
| 55 | |||
| 54 | &::before { | 56 | &::before { |
| 55 | content: str-repeat('``\A', 40); | 57 | content: str-repeat('``\A', 40); |
| 56 | height: 100%; | 58 | height: 100%; |
