dcl footer link color
This commit is contained in:
parent
39f9dc25e7
commit
6c3cb5edaf
2 changed files with 4 additions and 1 deletions
|
@ -91,4 +91,8 @@ p.copyright {
|
|||
footer {
|
||||
padding: 20px 0;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #777;
|
||||
}
|
|
@ -1223,7 +1223,6 @@ tech-sub-sec h2 {
|
|||
|
||||
footer {
|
||||
padding: 50px 20px;
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
|
||||
.topnav a:focus {
|
||||
|
|
Loading…
Reference in a new issue