1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add CSS rules for proper formatting.

This commit is contained in:
Kevin Serrano 2016-10-04 18:39:54 -07:00
parent f43594a760
commit 991c06e542
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -43,10 +43,16 @@ DisclaimerScreen.prototype.render = function () {
}
.markdown h1, .markdown h2, .markdown h3 {
margin: 10px 0;
font-family: arial sans-serif;
font-weight: bold;
}
.markdown strong {
font-weight: bold;
}
.markdown em {
font-style: italic;
}
`),
h('div.markdown', {