From 20aaa0f1f44be0fa02b96a269d9a4f8cf95ad1b0 Mon Sep 17 00:00:00 2001 From: TongZ <471205975@qq.com> Date: Tue, 19 Jul 2022 23:47:18 +0800 Subject: [PATCH] feat: add viewed style --- theme/index.hbs | 24 +++++++++++++++++++++++- theme/style3.css | 3 +++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/theme/index.hbs b/theme/index.hbs index d09161f5..b08b8364 100644 --- a/theme/index.hbs +++ b/theme/index.hbs @@ -173,9 +173,31 @@
diff --git a/theme/style3.css b/theme/style3.css index b05d5a73..1450230f 100644 --- a/theme/style3.css +++ b/theme/style3.css @@ -113,3 +113,6 @@ code.editable, .ace_scroller { margin-top: 8px; } +.chapter li .md-viewed { + color: #777; +}