123456789101112131415161718 |
- //
- // Typography
- // --------------------------------------------------
- .item-title {
- color: @text-color;
- font-weight: bold;
- text-decoration: none;
- }
- a.item-title {
- &:link, &:active, &:visited, &:hover {
- color: @text-color;
- font-weight: bold;
- text-decoration: underline;
- }
- }
|