diff options
Diffstat (limited to 'assets/css/components/_card-list.scss')
| -rw-r--r-- | assets/css/components/_card-list.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/components/_card-list.scss b/assets/css/components/_card-list.scss index 2a2ae69..0f44b00 100644 --- a/assets/css/components/_card-list.scss +++ b/assets/css/components/_card-list.scss | |||
| @@ -20,7 +20,9 @@ | |||
| 20 | @include element('category-header') { | 20 | @include element('category-header') { |
| 21 | margin-top: $line-height * 2rem; | 21 | margin-top: $line-height * 2rem; |
| 22 | color: prop(--colors --cat --fg); | 22 | color: prop(--colors --cat --fg); |
| 23 | } | ||
| 23 | 24 | ||
| 25 | @include element('category-title') { | ||
| 24 | :link, | 26 | :link, |
| 25 | :visited { | 27 | :visited { |
| 26 | text-decoration: none; | 28 | text-decoration: none; |
| @@ -31,6 +33,14 @@ | |||
| 31 | } | 33 | } |
| 32 | } | 34 | } |
| 33 | 35 | ||
| 36 | @include element('category-subtitle') { | ||
| 37 | display: block; | ||
| 38 | |||
| 39 | p { | ||
| 40 | margin-top: $line-height * .25rem; | ||
| 41 | } | ||
| 42 | } | ||
| 43 | |||
| 34 | @include element('category-content') { | 44 | @include element('category-content') { |
| 35 | margin-top: $line-height * .5rem; | 45 | margin-top: $line-height * .5rem; |
| 36 | filter: drop-shadow(#{prop(--dims --obj-shadow, $global: true)} #{prop(--colors --obj-shadow, $global: true)}); | 46 | filter: drop-shadow(#{prop(--dims --obj-shadow, $global: true)} #{prop(--colors --obj-shadow, $global: true)}); |
