Project

General

Profile

« Previous | Next » 

Revision 7a6bacf3

Added by Andreas Kohlbecker over 11 years ago

links ...

View differences:

7.x/themes/zen_dataportal/sass/nodes.scss
9 9

  
10 10

  
11 11
.block, .node { /* style links only for content in blocks and node */
12
  a:link,
13
  a:visited {
14
    color: $link-color;
15
    text-decoration: none;
16
  }
17

  
18
  a:hover,
19
  a:focus {
20
    text-decoration: underline;
21
  }
12
  @include cdm-link-style;
22 13
}
23 14

  
24 15

  

Also available in: Unified diff