Fixed better font settings

This commit is contained in:
Magnus Åhall 2026-06-16 08:48:26 +02:00
parent dbd3872f0f
commit d1c3b9e963

View file

@ -13,6 +13,8 @@
--menu-color: #fff;
--menu-item-hover-color: #f4f4f4;
--font-monospace: "Liberation Mono", monospace;
}
html {
@ -23,6 +25,10 @@ html {
filter: var(--colorize);
}
textarea {
font-family: var(--font-monospace);
}
button {
font-size: 1em;
padding: 4px 8px;
@ -441,7 +447,6 @@ n2-nodeui {
grid-area: content;
justify-self: center;
word-wrap: break-word;
font-family: monospace;
font-size: 1em;
color: #333;
@ -465,6 +470,10 @@ 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;