mirror of https://github.com/codefeathers/magnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
229 B
20 lines
229 B
body {
|
|
padding: 50px;
|
|
font: 14px "Roboto", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
code {
|
|
display: inline;
|
|
padding: 6px;
|
|
background: #FEE;
|
|
color: red;
|
|
}
|
|
|
|
pre {
|
|
background: #EEE;
|
|
padding: 40px;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|