From 7195734d598815d3b9a675d912c1bcd02587263b Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 5 Mar 2023 20:34:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20set=20proper=20ul=20&=20l?= =?UTF-8?q?i=20scope=20for=20.meta=20elements=20Fixes=20broken=20Table=20o?= =?UTF-8?q?f=20Contents=20styling.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_header.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 0c66fbd..fc189c2 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -77,18 +77,18 @@ header { padding-top: 0.7vmin; padding-bottom: 3vmin; line-height: 1.4rem; -} - -.meta a { + + a { color: var(--meta-color); text-decoration-color: none; font-weight: inherit; text-decoration: none; -} + } -.meta ul, li{ - list-style-type: none; - display: inline; + ul, li { + list-style-type: none; + display: inline; + } } .card-meta {