style footer links

This commit is contained in:
Aadil Ayub 2022-01-13 13:25:42 +05:00
parent 1e0dac036a
commit 29552e46d7
1 changed files with 10 additions and 0 deletions

View File

@ -649,4 +649,14 @@ footer {
color: #333333;
font-size: 15px;
padding: 1em 4em;
}
footer a {
color: #333333;
text-decoration: none;
}
footer a:hover {
cursor: pointer;
text-decoration: underline;
}