type.less 298 B

123456789101112131415161718
  1. //
  2. // Typography
  3. // --------------------------------------------------
  4. .item-title {
  5. color: @text-color;
  6. font-weight: bold;
  7. text-decoration: none;
  8. }
  9. a.item-title {
  10. &:link, &:active, &:visited, &:hover {
  11. color: @text-color;
  12. font-weight: bold;
  13. text-decoration: underline;
  14. }
  15. }