Chromium Code Reviews| Index: chrome/browser/resources/md_history/history.html |
| diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html |
| index 0eebc3004b606f0c192ea4416cd4c5e6bb7cc029..f4b9911b9172ab2a7759e544e25448a91ca5277f 100644 |
| --- a/chrome/browser/resources/md_history/history.html |
| +++ b/chrome/browser/resources/md_history/history.html |
| @@ -14,7 +14,7 @@ |
| } |
| body { |
| - background: #f2f2f2; |
| + background: rgb(236, 239, 241); |
|
Dan Beam
2016/03/30 01:47:33
if you wanted to be super duper awesome, you could
calamity
2016/03/31 03:57:37
Hmm. How? Do we have native CSS custom property su
Dan Beam
2016/03/31 04:30:21
i trust you'll figure it out:
https://code.google.
|
| display: flex; |
| flex-direction: column; |
| min-width: 800px; |