Difference between revisions of "Template:Team:Bielefeld-CeBiTec/CSS"

m (link underline color test)
m (another link color test)
Line 13: Line 13:
 
a {
 
a {
 
     color: #6b1d45;
 
     color: #6b1d45;
 +
    text-decoration-color: #6b1d45;
 
}
 
}
  
Line 21: Line 22:
 
a:visited {
 
a:visited {
 
     color: #6b1d45;
 
     color: #6b1d45;
 +
    text-decoration-color: #6b1d45;
 
}
 
}
 
a:hover {
 
a:hover {
 
     color: #6b1d45;
 
     color: #6b1d45;
 +
    text-decoration-color: #6b1d45;
 
}
 
}
 
a:focus {
 
a:focus {
 
     color: #6b1d45;
 
     color: #6b1d45;
 +
    text-decoration-color: #6b1d45;
 
}
 
}
 
a:active {
 
a:active {
 
     color: #6b1d45;
 
     color: #6b1d45;
 +
    text-decoration-color: #6b1d45;
 
}
 
}
  

Revision as of 15:55, 4 May 2017