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

Unified Diff: chrome/browser/resources/md_bookmarks/shared_vars.html

Issue 2797123002: MD History/Bookmarks: Change primary page text to paper-grey-900 (Closed)
Patch Set: Created 3 years, 8 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/shared_vars.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/shared_vars.html
diff --git a/chrome/browser/resources/md_bookmarks/shared_vars.html b/chrome/browser/resources/md_bookmarks/shared_vars.html
index 75c19fe4b490c06fe42c3f8da51eb28af431521c..987f3191398c195c772e73611aa0a7f7db94147f 100644
--- a/chrome/browser/resources/md_bookmarks/shared_vars.html
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -8,8 +8,8 @@
--paper-input-container-input: {
font-size: 13px;
};
- --primary-text-color: #333;
- --secondary-text-color: #757575;
+ --primary-text-color: var(--paper-grey-900);
+ --secondary-text-color: var(--paper-grey-600);
--splitter-width: 15px;
};
</style>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/shared_vars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698