| Index: components/security_interstitials/core/browser/resources/interstitial_v2.css
|
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_v2.css
|
| index ea9e1f9b66f924827727269571e342fc2b4510f9..54d6fba76c15722728829f2b3d5096996f19c44e 100644
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
|
| +++ b/components/security_interstitials/core/browser/resources/interstitial_v2.css
|
| @@ -61,6 +61,11 @@ button:hover {
|
| margin-top: 1em;
|
| }
|
|
|
| +.debugging-content-pem {
|
| + font-family: monospace;
|
| + display: block;
|
| +}
|
| +
|
| .debugging-title {
|
| font-weight: bold;
|
| }
|
|
|