diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 20:00:08 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-03 20:00:08 -0500 |
| commit | 9248a73a6ae2adf9ddacb07396c4633178352267 (patch) | |
| tree | 9269daf575fa04b4d62877325359084cb4b83ea1 /src/client/views/Main.scss | |
| parent | 6093d4c3a4d349b149fb1d894ef1ffaaa957f7db (diff) | |
color consistencies and top menu fix for view types
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index a2a9ceca5..97ed0a901 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -26,7 +26,7 @@ body { height: 100%; border-radius: inherit; position: inherit; - // background: inherit; + // background: inherit; } p { @@ -37,7 +37,7 @@ p { ::-webkit-scrollbar { -webkit-appearance: none; height: 8px; - width: 8px; + width: 8px; } ::-webkit-scrollbar-thumb { @@ -47,7 +47,7 @@ p { // button stuff button { - background: $dark-color; + background: black; outline: none; border: 0px; color: $light-color; |
