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:
parent
f43594a760
commit
991c06e542
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user