update footer and color hover

This commit is contained in:
2023-08-31 11:20:57 +03:00
parent 26d45d127c
commit 6a497d550f
4 changed files with 9 additions and 6 deletions

View File

@@ -146,11 +146,11 @@ img[src*="#fig"] {
}
a:hover{
color: #oab7a9;
color: #737373;
}
button:hover {
color: #oab7a9;
color: #737373;
}
button {
@@ -388,6 +388,9 @@ header {
padding: 80px 0;
}
footer {
text-align: center;
}
/* h2 {
font-size: 3rem;
} */