diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-27 12:37:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 12:37:25 -0400 |
| commit | 6d60b14e109e527ddc7a096af858cbc05dab3480 (patch) | |
| tree | b33ca8a9ca5948a5288f62a6318f0151a6696e23 /src/client/views/MainView.scss | |
| parent | bf1777b93be0707e17e3b3c0ca6c965facebfe14 (diff) | |
| parent | f259986fec815660af93a3bf08e6f1baec029b85 (diff) | |
Merge pull request #218 from brown-dash/secondpropertiesmenu-emily
Secondpropertiesmenu emily
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; + // } } } |
