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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2786113002: MD Settings: up contast of headers and other things that use grey 500 on white (Closed)
Patch Set: Created 3 years, 9 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
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 989e943766811f0a6504333253c38efa1c4ea9f8..4aa064296b0e9e7779b26676d9ea1eecea94f176 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -381,6 +381,11 @@
top: auto;
transform: rotate(-135deg);
}
+
+ .column-header {
+ color: var(--paper-grey-600);
+ font-weight: 500;
+ }
</style>
</template>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698