diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-06-12 14:05:37 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-06-12 14:05:37 -0400 |
| commit | 6de23b772d7d40d75d60abd3343c1f6fd684b06f (patch) | |
| tree | ac9a06382f0803a88afdba6db3e6a5b9d898ef3a /src/client/views/MainView.scss | |
| parent | 44f29c783817f56d0973bef470d60a6671f4133e (diff) | |
fixing options
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index b95ce0e99..eee9066b5 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -198,10 +198,10 @@ h1, left: 0; position: absolute; z-index: 2; - background-color: $light-gray; + background-color: linen;//$light-gray; .editable-title { - background-color: $light-gray; + background-color: linen;//$light-gray; } } } |
