diff --git a/frontend/public/themes/dark.css b/frontend/public/themes/dark.css index 861250df..42eb58ff 100644 --- a/frontend/public/themes/dark.css +++ b/frontend/public/themes/dark.css @@ -40,6 +40,7 @@ header { } #search.active #input { background: var(--surfacePrimary); + border-color: white; } #search.active input { color: var(--textPrimary); @@ -131,8 +132,8 @@ nav > div { .input { background: var(--surfaceSecondary); color: var(--textPrimary); - border: 1px solid rgba(255, 255, 255, 0.05); } + .input:hover, .input:focus { border-color: rgba(255, 255, 255, 0.15); @@ -215,5 +216,5 @@ nav { } #result-desktop #result-list { background: #2a3137; - + max-height: unset; } \ No newline at end of file diff --git a/frontend/src/views/Layout.vue b/frontend/src/views/Layout.vue index 585af9ed..d7bcd388 100644 --- a/frontend/src/views/Layout.vue +++ b/frontend/src/views/Layout.vue @@ -5,9 +5,6 @@ - - -
@@ -19,10 +16,9 @@