diff options
-rw-r--r-- | vnext/src/index.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 1ae327ab..300353af 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -52,7 +52,7 @@ body { body { background: var(--main-background-color); text-size-adjust: 100%; - word-break: break-word; + word-wrap: break-word; color: var(--text-color); line-height: 1.4; text-rendering: optimizeLegibility; @@ -265,8 +265,8 @@ hr { } #search input { - background: var(--background-color); - border: 1px solid #ccc; + background: var(--main-background-color); + border: 1px solid var(--border-color); outline: none !important; padding: 4px; -webkit-appearance: none; |