Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1948)

Unified Diff: chrome/browser/resources/md_history/app.html

Issue 2549133003: [MD History] Color tweaks. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index a693334ebef3f99a6db2cb209035604852ed3ed6..1bd733d499b03c01f7d4ce060cef8598e0c9b7c3 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -63,7 +63,7 @@
#drawer-header {
align-items: center;
- border-bottom: 1px solid rgba(0, 0, 0, 0.08);
+ border-bottom: 1px solid var(--separator-color);
box-sizing: border-box;
display: flex;
height: var(--toolbar-height);
@@ -71,7 +71,7 @@
h1 {
-webkit-padding-start: 24px;
- color: rgb(66, 66, 66);
+ color: var(--drawer-header-color);
font-size: 123%;
font-weight: 400;
}

Powered by Google App Engine
This is Rietveld 408576698