diff options
author | madelinegr <monika_hedman@brown.edu> | 2019-06-05 13:45:10 -0400 |
---|---|---|
committer | madelinegr <monika_hedman@brown.edu> | 2019-06-05 13:45:10 -0400 |
commit | 1d2ed971430febf3e5f2202e71ab698f66ae9cec (patch) | |
tree | 462b5915fe0bc48f67a991bf2f3cd6567c34f6ef /src | |
parent | 3dc4e6ee14294ae110ac5c6449df804ebe0212a1 (diff) |
testing push
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/SearchBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/SearchBox.scss b/src/client/views/SearchBox.scss index d7c8b857a..72a0d4b72 100644 --- a/src/client/views/SearchBox.scss +++ b/src/client/views/SearchBox.scss @@ -141,7 +141,7 @@ .searchBox-instances { display: block; - background: $light-color-secondary; + background: $lighter-alt-accent; opacity: 0; width: 150px; transition: all 0.2s ease; |