dcl footer link color

This commit is contained in:
Arvind Tiwari 2018-02-09 07:36:04 +05:30
parent 39f9dc25e7
commit 6c3cb5edaf
2 changed files with 4 additions and 1 deletions

View file

@ -92,3 +92,7 @@ footer {
padding: 20px 0; padding: 20px 0;
background-color: #f8f8f8; background-color: #f8f8f8;
} }
footer a {
color: #777;
}

View file

@ -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 {