Skip to content

Commit

Permalink
WebUI Dark Mode: only change bg color of signin confirmation for dark…
Browse files Browse the repository at this point in the history
… mode

Keep it white in light mode.

Fixed: 1019120
Change-Id: I232652f3784ed4151eff4f1a8a69f5799dc5010b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895944
Commit-Queue: Dan Beam <dbeam@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Auto-Submit: Dan Beam <dbeam@chromium.org>
Reviewed-by: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711959}
  • Loading branch information
danbeam authored and Commit Bot committed Nov 2, 2019
1 parent 0a895fb commit c416e43
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<link rel="import" href="chrome://resources/html/util.html">
<custom-style>
<style include="signin-dialog-shared">
html {
background: var(--md-background-color);
@media (prefers-color-scheme: dark) {
html {
background: var(--md-background-color);
}
}

.details {
Expand Down

0 comments on commit c416e43

Please sign in to comment.