From 3b3d3cfe1d2cb7f7e25f73e941d0217e3fef3af5 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 27 Jun 2019 17:21:32 +0300 Subject: Fix typo --- vnext/src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vnext/src') 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; -- cgit v1.2.3