Commit cb02ea82 authored by Hector Carmona's avatar Hector Carmona Committed by Commit Bot

Navi DarkMode: Fix background color for light mode.

Screenshot in bug.

Bug: 947107
Change-Id: I6eaa1dc071379fd169e077b77fb248e20c20d5f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548605Reviewed-by: default avatarDan Beam <dbeam@chromium.org>
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#646654}
parent 3f914a68
......@@ -9,7 +9,7 @@
</head>
<body>
<style>
html {
html[dark] {
background: var(--md-background-color);
}
</style>
......
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