diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-08-04 11:54:03 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-08-04 11:54:03 -0400 |
| commit | 082a280ed989007d84c8619438889c64a6fedb14 (patch) | |
| tree | 48059d884669ffe295caaecf93383abd2117b0bd /src/client/views/MainView.scss | |
| parent | 93854ed0917346720ff519553f909cee3561ec7b (diff) | |
filters - starting to add filterable field
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index b3faff442..8a7f5132b 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -194,11 +194,11 @@ h1, left: 0; position: absolute; z-index: 2; - background-color: linen; //$light-gray; + // background-color: linen; //$light-gray; - .editable-title { - background-color: linen; //$light-gray; - } + // .editable-title { + // background-color: linen; //$light-gray; + // } } } |
