Skip to content

Commit 9aeee58

Browse files
committed
Fix title edit regression
1 parent 7f81929 commit 9aeee58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mia_base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ h1.title {
512512
/* Give the field a bit of pizazz when it's being edited */
513513

514514
h1.title input:focus-within {
515+
font-size: var(--title-font-size, 20pt) !important;
515516
color: var(--ls-link-text-color) !important;
516517
}
517518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "miA theme",
33
"author": "playerofgames",
4-
"version": "1.5.4",
4+
"version": "1.5.5",
55
"description": "A theme inspired by macOS and iA Writer.",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)