diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-07-27 11:12:52 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-07-27 11:12:52 -0400 |
| commit | de1c1ac01ed51c07fbe55235f1c5ea9c8b9d5516 (patch) | |
| tree | cbab54801fad40111b022c63e5c9a97df6c60e2b /src/client/views/MainView.scss | |
| parent | 43670f51a7dd627deeb3612f1066e51871235f2d (diff) | |
| parent | 92cb8cd4fd46a4796cd585fd8fd9c9fc4d36811e (diff) | |
Merge branch 'master' into secondpropertiesmenu-emily
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index 0c377730e..b3faff442 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -47,6 +47,10 @@ h1, align-items: center; justify-content: space-between; gap: 10px; + background: rgb(0, 0, 0); + border-radius: 8px; + padding-left: 5px; + padding-right: 5px; } .mainView-snapLines { @@ -190,10 +194,10 @@ 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; + background-color: linen; //$light-gray; } } } |
