diff --git a/static/css/notes2.css b/static/css/notes2.css index 2d9f074..43dedb5 100644 --- a/static/css/notes2.css +++ b/static/css/notes2.css @@ -13,8 +13,6 @@ --menu-color: #fff; --menu-item-hover-color: #f4f4f4; - - --font-monospace: "Liberation Mono", monospace; } html { @@ -25,10 +23,6 @@ html { filter: var(--colorize); } -textarea { - font-family: var(--font-monospace); -} - button { font-size: 1em; padding: 4px 8px; @@ -447,6 +441,7 @@ n2-nodeui { grid-area: content; justify-self: center; word-wrap: break-word; + font-family: monospace; font-size: 1em; color: #333; @@ -470,10 +465,6 @@ n2-nodeui { grid-area: content; display: none; - font-family: var(--font-monospace); - font-size: 1em; - font-weight: 400; - border-top: 1px solid #e0e0e0; margin-top: 8px; margin-bottom: 32px; diff --git a/static/js/sidebar.mjs b/static/js/sidebar.mjs index 129b9d1..06b2943 100644 --- a/static/js/sidebar.mjs +++ b/static/js/sidebar.mjs @@ -481,9 +481,7 @@ export class N2TreeNode extends CustomHTMLElement { this.tmpl.innerHTML = `