diff --git a/app/assets/stylesheets/app/_notes.scss b/app/assets/stylesheets/app/_notes.scss index d33621c5d..9eb2980e2 100644 --- a/app/assets/stylesheets/app/_notes.scss +++ b/app/assets/stylesheets/app/_notes.scss @@ -23,7 +23,8 @@ font-size: var(--sn-stylekit-font-size-h1); .section-title-bar-header .title { - color: var(--sn-stylekit-neutral-color); + font-size: var(--sn-stylekit-font-size-h3); + font-weight: 600; width: calc(90% - 45px); } }