From dacb213a36a46d45f670514fa627a141322bb871 Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Sat, 9 Mar 2019 12:48:38 +0800 Subject: [PATCH] use edit-title class for first post edits --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index fb78beb..d1529dd 100644 --- a/common/common.scss +++ b/common/common.scss @@ -302,7 +302,7 @@ } } -.topic .d-editor-preview [data-theme-toc] { +.edit-title .d-editor-preview [data-theme-toc] { background: $tertiary; color: $secondary; border-top: 2px solid $secondary;