Commit 52a0647a authored by kylechar's avatar kylechar Committed by Commit Bot

Set chrome://gpu background-color

The page text is setup for a white background, which is normally the
case, but on Fuchsia the background defaults to black and chrome://gpu
is unreadable.

Bug: none
Change-Id: I803ff40a3e9e3a54fc606332537a0685c92388a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453435
Commit-Queue: kylechar <kylechar@chromium.org>
Reviewed-by: default avatarJonathan Backer <backer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814443}
parent a0396164
......@@ -14,6 +14,7 @@ found in the LICENSE file.
}
body {
background-color: white;
cursor: default;
font-family: sans-serif;
padding: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment