no underline for <a/> elements of any kind
This commit is contained in:
parent
d4f4d965e1
commit
d0243d0564
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ h1, h2, h3, h4, h5, h6 {
|
|||
margin-bottom: 0.4em;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a[href]:hover {
|
||||
text-decoration: none;
|
||||
color: #6060c0;
|
||||
|
|
Loading…
Add table
Reference in a new issue