fix(ui): input style of page title when editing.

This commit is contained in:
charlie
2022-10-18 22:59:39 +08:00
committed by Tienson Qin
parent 2d9e62caf4
commit 2d749e3814
4 changed files with 22 additions and 2 deletions

View File

@@ -306,6 +306,7 @@ blockquote {
input[type=text], input[type=password] {
color: var(--ls-primary-text-color);
background: transparent;
font-size: inherit;
}
summary {