1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Added some basic styles

This commit is contained in:
Dan Finlay 2016-06-30 23:15:45 -07:00
parent 50afc386e5
commit 7f9200b1bf

View File

@ -35,7 +35,20 @@ DisclaimerScreen.prototype.render = function () {
'MetaMask Terms & Conditions',
]),
h('div', {
h('style', `
.markdown {
font-family: Times New Roman;
}
.markdown h1,h2,h3,h4 {
margin: 10px 0;
font-family: arial sans-serif;
font-weight: bold;
}
`),
h('div.markdown', {
style: {
// whiteSpace: 'pre-line',
background: 'rgb(235, 235, 235)',