diff options
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_page-header.scss | 4 | ||||
-rw-r--r-- | assets/css/components/_refs.scss | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/assets/css/components/_page-header.scss b/assets/css/components/_page-header.scss index e15be1c..ee86daf 100644 --- a/assets/css/components/_page-header.scss +++ b/assets/css/components/_page-header.scss | |||
@@ -10,8 +10,8 @@ | |||
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 | border-top: 1px solid var(--fg-minus); | 13 | border-top: 1px solid var(--fg-hi); |
14 | color: var(--fg-minus); | 14 | color: var(--fg-hi); |
15 | line-height: $code-block--line-height; | 15 | line-height: $code-block--line-height; |
16 | } | 16 | } |
17 | 17 | ||
diff --git a/assets/css/components/_refs.scss b/assets/css/components/_refs.scss deleted file mode 100644 index 51524bd..0000000 --- a/assets/css/components/_refs.scss +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | .c-refs__item { | ||
2 | padding-left: 0; | ||
3 | |||
4 | &::before { | ||
5 | display: none; | ||
6 | } | ||
7 | } | ||