diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-05 17:28:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 17:28:58 -0400 |
| commit | 99e1d8832805b67a88c8c7e6b7a48938289807df (patch) | |
| tree | 9a41e3f3d15365807b95413ba1603f00c2433123 /src/client/views/Main.scss | |
| parent | d254d35d8d1fc10e9ca7ef5b9db06cd138b2d102 (diff) | |
| parent | 50ddaaab31351ad277fbd2ebb4405a99a721a536 (diff) | |
Merge pull request #495 from browngraphicslab/menu_restructure
Menu restructure
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; |
