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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_tutorial.html

Issue 2016073002: MD User Manager: Updates background color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed non-existing google-grey- Created 4 years, 7 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 | « chrome/browser/resources/md_user_manager/user_manager_styles.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/user_manager_tutorial.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_tutorial.html b/chrome/browser/resources/md_user_manager/user_manager_tutorial.html
index 0e4b65fb1a38399a432c618b59aacb8d82ee625f..0a7f3caea83dc282065747331f543cd4d907fc31 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_tutorial.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_tutorial.html
@@ -61,19 +61,18 @@
}
.slide-contents {
+ color: var(--primary-text-color);
padding: 0 20px;
text-align: center;
}
.slide-title {
- color: black;
font-size: 20px;
line-height: 20px;
margin: 30px 0;
}
.slide-text {
- color: var(--google-grey-600);
font-size: 15px;
line-height: 20px;
}
« no previous file with comments | « chrome/browser/resources/md_user_manager/user_manager_styles.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698