Index: chrome/browser/resources/ssl/interstitial_v2.css |
diff --git a/chrome/browser/resources/ssl/interstitial_v2.css b/chrome/browser/resources/ssl/interstitial_v2.css |
index c3040b3bd5a7407e9bf472b5820fb79cb4f14270..2306d66b6e51427546a3d2c399cdbc34d72982cb 100644 |
--- a/chrome/browser/resources/ssl/interstitial_v2.css |
+++ b/chrome/browser/resources/ssl/interstitial_v2.css |
@@ -68,6 +68,11 @@ h1 { |
line-height: 1.25em; |
} |
+h2 { |
+ font-size: 1.2em; |
+ font-weight: normal; |
+} |
+ |
.hidden { |
display: none; |
} |
@@ -112,7 +117,8 @@ h1 { |
.safe-browsing a, |
.safe-browsing #details, |
.safe-browsing #details-button, |
-.safe-browsing h1 { |
+.safe-browsing h1, |
+.safe-browsing h2 { |
color: white; |
} |