diff --git a/styles.css b/styles.css index 977ea02..fac50fd 100644 --- a/styles.css +++ b/styles.css @@ -31,4 +31,14 @@ body.StilleUnfocusTitle .view-header-title { body.StilleUnfocusTitle .view-header-title:focus-within { opacity: 1.0; -} \ No newline at end of file +} + +/* Below are v1.0 specific fixes */ + +body.StilleUnfocusTitle .inline-title { + opacity: var(--unfocusedLevel); +} + +body.StilleUnfocusTitle .inline-title:focus-within { + opacity: 1.0; +}