diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-28 09:57:02 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-28 09:57:02 +0100 |
| commit | 4631bf9fee31289d30d211d59b77b579303d55f6 (patch) | |
| tree | f33e5eb4713280d3c1b5e73e996a08fddab5e9a3 /assets | |
| parent | Completed automatic metadata generation (diff) | |
| download | volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.gz volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.bz2 volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.zip | |
Various small fixes, exclude raw ASCII fox from output
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%; |
