mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Added some basic styles
This commit is contained in:
parent
50afc386e5
commit
7f9200b1bf
@ -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)',
|
||||
|
Loading…
Reference in New Issue
Block a user