Няма описание

misc.scss 200B

123456789101112131415161718
  1. /* Over here, place any elements that do not need to have their own file. */
  2. b,
  3. strong {
  4. font-weight: 700;
  5. }
  6. dfn,
  7. cite,
  8. em,
  9. i {
  10. font-style: italic;
  11. }
  12. pre {
  13. white-space: pre;
  14. overflow-x: auto;
  15. }