_code.scss 272 B

123456789101112
  1. @use '~/styles/variables' as var;
  2. @use '~/styles/bootstrap/init' as bs;
  3. /*
  4. * style of inline-code
  5. */
  6. code:not([class^='language-']) {
  7. padding: 2px 4px;
  8. font-family: var.$font-family-monospace-not-strictly;
  9. border: 1px solid;
  10. border-radius: bs.$border-radius;
  11. }