Project

General

Profile

« Previous | Next » 

Revision 7a6bacf3

Added by Andreas Kohlbecker over 11 years ago

links ...

View differences:

7.x/themes/zen_dataportal/sass/_custom.scss
57 57
    }
58 58
  }
59 59
}
60

  
61
@mixin cdm-link-style {
62
  a:link,
63
  a:visited {
64
    color: $link-color;
65
    text-decoration: none;
66
  }
67

  
68
  a:hover,
69
  a:focus {
70
    text-decoration: underline;
71
  }
72
}

Also available in: Unified diff