mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
set copy input color
This commit is contained in:
parent
177817699d
commit
f6121cd7d9
|
@ -63,6 +63,7 @@ export default mixins(copyPaste, showMessage).extend({
|
|||
font-family: Monaco, Consolas;
|
||||
line-height: 1.5;
|
||||
font-size: var(--font-size-s);
|
||||
color: var(--color-text-base);
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue