@@ -197,7 +197,7 @@ span.inline.done {
197197}
198198
199199/* ... make popup menus more visible */
200- : not (div .ui__modal-panel , .ui__modal-overlay , # search-in-page > div ) > .absolute : not (.editing , .s1 ),
200+ : not (div .ui__modal-panel , .ui__modal-overlay , # search-in-page > div ) > .absolute : not (.editing , .whiteboard-page , . s1 ),
201201# search-in-page ,
202202.absolute .menu-link ,
203203# custom-context-menu > div ,
@@ -257,7 +257,7 @@ a.tag[data-ref=card] {
257257
258258/* Fonts and their colours */
259259
260- /* Base font is system font (San Francisco for macOS). */
260+ /* Base font is system font (San Francisco for macOS). Whack-a-mole. */
261261# left-container > # head ,
262262# main-container > # left-sidebar ,
263263# right-sidebar .cp__right-sidebar-topbar ,
@@ -267,6 +267,8 @@ a.tag[data-ref=card] {
267267.cp__all_pages ,
268268# custom-context-menu ,
269269.absolute : not (.editing ),
270+ .whiteboard , .whiteboard-dashboard-title , .whiteboard-dashboard-title + div ,
271+ .tl-toolbar label , .tl-context-bar label , .tl-button , .tl-select-input-content , .tl-text-label-wrapper , .tl-tooltip-content ,
270272.draw {
271273 font-family : -apple-system, BlinkMacSystemFont, "Apple Color Emoji" , "Segoe UI" , "Segoe UI Emoji" , "Roboto" , "Oxygen" , "Ubuntu" , sans-serif;
272274 font-feature-settings : normal;
@@ -479,7 +481,7 @@ h1.title input:focus-within,
479481}
480482
481483/* Built-in pages and modals should use system font for titles and breadcrumbs */
482- .absolute : not (.editing ), .cp__palette , # search-wrapper {
484+ .absolute : not (.editing , . whiteboard-page ), .cp__palette , # search-wrapper {
483485 --title-font-family : ;
484486 --title-font-breadcrumb-size : ;
485487}
@@ -702,7 +704,7 @@ a.page-title:hover,
702704 line-height : 1.5 ;
703705 margin-bottom : 12px ;
704706}
705- h1 .title ,
707+ . ls-page-title > h1 .title ,
706708.journal-title > h1 {
707709 margin-bottom : 0px ;
708710}
0 commit comments