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

Unified Diff: chrome/browser/resources/pdf/index.css

Issue 2879783003: PDF: Tweak font-size and colors to more closely match other MD WebUI (Closed)
Patch Set: Created 3 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
Index: chrome/browser/resources/pdf/index.css
diff --git a/chrome/browser/resources/pdf/index.css b/chrome/browser/resources/pdf/index.css
index a443bac50ec688cf857b1bd5e19251dc83b72efc..b7c2d18dc671988046ad631cdfc13de9f2a3a46b 100644
--- a/chrome/browser/resources/pdf/index.css
+++ b/chrome/browser/resources/pdf/index.css
@@ -4,7 +4,8 @@
body {
background-color: rgb(82, 86, 89);
- font-family: 'Roboto', 'Noto', sans-serif;
+ color: var(--primary-text-color);
+ line-height: 154%;
margin: 0;
}

Powered by Google App Engine
This is Rietveld 408576698