Change look of links to allow any color
This commit is contained in:
parent
90a446a576
commit
8d4253d511
1 changed files with 9 additions and 3 deletions
|
|
@ -13,11 +13,12 @@ dl {
|
|||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
color: black;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dd {
|
||||
|
|
@ -56,6 +57,7 @@ nav>* {
|
|||
|
||||
nav> :first-child {
|
||||
padding-left: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
nav> :last-child {
|
||||
|
|
@ -68,7 +70,11 @@ nav>.current {
|
|||
}
|
||||
|
||||
nav a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nav a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
nav img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue