2018-06-27 04:51:42 +00:00
|
|
|
@import 'common/sass/variables';
|
|
|
|
|
2018-03-23 16:41:47 +00:00
|
|
|
code {
|
2018-06-27 04:51:42 +00:00
|
|
|
color: color(text-color);
|
|
|
|
background-color: color(code-bg);
|
2018-03-23 16:41:47 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: inherit;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 2px 0.25rem;
|
2018-06-27 04:51:42 +00:00
|
|
|
border: 1px solid color(code-border);
|
2018-03-23 16:41:47 +00:00
|
|
|
}
|