forum.pcss.css

Same filename and directory in other branches
  1. 9 core/themes/olivero/css/components/forum.pcss.css

Forum specific styles.

File

core/themes/olivero/css/components/forum.pcss.css

View source
  1. /**
  2. * @file
  3. * Forum specific styles.
  4. */
  5. @import "../base/media-queries.pcss.css";
  6. .forum {
  7. & table {
  8. width: 100%;
  9. }
  10. }
  11. .forum__name--link,
  12. .forum__last-reply a,
  13. .forum__title a {
  14. color: var(--color-text-primary-medium);
  15. font-weight: bold;
  16. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.