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