diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-26 13:02:00 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-26 13:02:00 -0400 |
| commit | 48db0d060c53f4051df9b5c081334a8b82bb0a22 (patch) | |
| tree | 1178f449e83470f0747f09bc0bb4d5f6f9b6e3a2 /src/client/views/MainView.scss | |
| parent | c87024c06941920f1df689d54d82cc309891e3d2 (diff) | |
fixed drawing on pdfs. fixed corsproxy issues on webpages (eg, bing search), fixed contextmenu color and dockedbtn color,
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; } } } |
