summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_post-list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_post-list.scss')
-rw-r--r--assets/css/components/_post-list.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss
index 9220d1c..922cbd9 100644
--- a/assets/css/components/_post-list.scss
+++ b/assets/css/components/_post-list.scss
@@ -4,10 +4,6 @@
4 --cat: ( 4 --cat: (
5 --fg: prop(--colors --fg-lo, $global: true), 5 --fg: prop(--colors --fg-lo, $global: true),
6 ), 6 ),
7 --post: (
8 --idle-fg: prop(--colors --fg-lo, $global: true),
9 --visited-fg: prop(--colors --fg, $global: true),
10 ),
11 --meta: ( 7 --meta: (
12 --fg: prop(--colors --fg-hi, $global: true), 8 --fg: prop(--colors --fg-hi, $global: true),
13 ) 9 )
@@ -38,11 +34,6 @@
38 34
39 @include element('post') { 35 @include element('post') {
40 box-shadow: none; 36 box-shadow: none;
41 color: prop(--colors --post --idle-fg);
42
43 &:visited {
44 color: prop(--colors --post --visited-fg);
45 }
46 37
47 @include next-twin-element { 38 @include next-twin-element {
48 margin-top: 4px; 39 margin-top: 4px;