mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
17 lines
205 B
SCSS
17 lines
205 B
SCSS
|
body.requires-ember-cli {
|
||
|
margin: 2rem;
|
||
|
font-family: Arial, Helvetica;
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
pre {
|
||
|
background-color: lightgrey;
|
||
|
}
|
||
|
|
||
|
pre,
|
||
|
code {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
padding: 0.5rem;
|
||
|
}
|