diff --git a/src/styles.css b/src/styles.css index 54349d3..7d2d5b8 100644 --- a/src/styles.css +++ b/src/styles.css @@ -148,3 +148,7 @@ position: revert; bottom: 0; } + +.enhanced-copy input { + font-family: var(--font-monospace); +}