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

Unified Diff: ui/webui/resources/html/md_shared_styles_classes.html

Issue 1840043003: Update Material Design History colors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: extract common styles from md downloads Created 4 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: ui/webui/resources/html/md_shared_styles_classes.html
diff --git a/ui/webui/resources/html/md_shared_styles_classes.html b/ui/webui/resources/html/md_shared_styles_classes.html
new file mode 100644
index 0000000000000000000000000000000000000000..6cd67539c6728349106169e523c6ea3d6b80af4e
--- /dev/null
+++ b/ui/webui/resources/html/md_shared_styles_classes.html
@@ -0,0 +1,7 @@
+<style>
+
+.md-webui-body {
+ background: rgb(236, 239, 241);
+}
+
+</style>

Powered by Google App Engine
This is Rietveld 408576698