diff --git a/frontend/src/App.scss b/frontend/src/App.scss index ce79567..fda0684 100644 --- a/frontend/src/App.scss +++ b/frontend/src/App.scss @@ -28,4 +28,6 @@ body { font-family: "PT Sans", "emoji", sans-serif; + + background: $light-gray5; } diff --git a/frontend/src/Documents/Docs.scss b/frontend/src/Documents/Docs.scss index f461198..bf85d03 100644 --- a/frontend/src/Documents/Docs.scss +++ b/frontend/src/Documents/Docs.scss @@ -66,6 +66,12 @@ } .document { + + textarea, + .documentContents { + background: white; + } + height: 100%; margin-bottom: 1rem; @@ -104,9 +110,11 @@ >* { width: 100%; height: 100%; + .bp3-popover-target { width: 100%; height: 100%; + button { width: 100%; height: 100%;