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.
15 lines
265 B
15 lines
265 B
7 months ago
|
// Inline code
|
||
|
code {
|
||
|
padding: 0.1rem 0.4rem;
|
||
|
font-size: 90%;
|
||
|
color: $code-color;
|
||
|
background-color: $kbd-bg;
|
||
|
@include border-radius(calc($border-radius/2));
|
||
|
}
|
||
|
pre {
|
||
|
background-color: #f7f7f9;
|
||
|
code {
|
||
|
background-color: transparent !important;
|
||
|
}
|
||
|
}
|