diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-28 11:17:58 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-28 11:17:58 -0400 |
| commit | e910ed7b5b4ef317b00b39445eee0652393145ec (patch) | |
| tree | d3e5d2237a47a3760d7779eb48d858a2c58e028c /src/client/views/MainView.scss | |
| parent | 4a8cf5ee3fd6f01ff2d28ccc0a456e9782bd261b (diff) | |
| parent | bf34928ad34d45f97c69da91b965c21f47edb5bf (diff) | |
Merge branch 'master' into james-azure-image
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; } } } |
