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.

64 lines
836 B

  1. .status__content__text,
  2. .e-content,
  3. .reply-indicator__content {
  4. pre,
  5. blockquote {
  6. margin-bottom: 20px;
  7. white-space: pre-wrap;
  8. unicode-bidi: plaintext;
  9. &:last-child {
  10. margin-bottom: 0;
  11. }
  12. }
  13. blockquote {
  14. padding-left: 10px;
  15. border-left: 3px solid $darker-text-color;
  16. color: $darker-text-color;
  17. white-space: normal;
  18. p:last-child {
  19. margin-bottom: 0;
  20. }
  21. }
  22. & > ul,
  23. & > ol {
  24. margin-bottom: 20px;
  25. }
  26. b,
  27. strong {
  28. font-weight: 700;
  29. }
  30. em,
  31. i {
  32. font-style: italic;
  33. }
  34. ul,
  35. ol {
  36. margin-left: 2em;
  37. p {
  38. margin: 0;
  39. }
  40. }
  41. ul {
  42. list-style-type: disc;
  43. }
  44. ol {
  45. list-style-type: decimal;
  46. }
  47. }
  48. .reply-indicator__content {
  49. blockquote {
  50. border-left-color: $inverted-text-color;
  51. color: $inverted-text-color;
  52. }
  53. }