diff --git a/desktop/desktop.scss b/desktop/desktop.scss index bffbefc..7afa281 100755 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -18,7 +18,7 @@ white-space: nowrap; #search-term { - background-color: #f1f1f1; + background-color: $secondary; height: 20px; width: 73%; margin-bottom: 0; @@ -42,11 +42,11 @@ position: absolute; top: 11px; right: 27%; - color: #C1C1C1; + color: $primary; } .results { - background-color: #fff; + background-color: $secondary; border-top: none; box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.5); width: 73%;