From 3cf0ada1a5c9a6f5c81470cffe9d6adf946a11c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 30 Apr 2021 19:14:36 +0800 Subject: [PATCH] update --- src/markd/index.wc | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/markd/index.wc b/src/markd/index.wc index 1e0a935..eb9337d 100644 --- a/src/markd/index.wc +++ b/src/markd/index.wc @@ -9,22 +9,9 @@ color: var(--color-dark-1); font-size: 14px; } -slot::slotted(h2 a) { - text-decoration: underline; - color: var(--color-teal-2); +slot { + display: block; } - -slot::slotted(h1, h2, h3, h4, h5, h6) { - color: var(--color-teal-2); - a { - &::before { - content: '∮ '; - color: var(--color-teal-1); - font-weight: normal; - } - } -} - a { text-decoration: underline; color: var(--color-teal-2);